Select Git revision
SimpleLoggerFactory.php
-
Bartek Jaskulski authored
To enhance debugging experience each logged line should contain id for current request. With such format it will be easier to identify all messages coming from single request. Having id enables `grep`-friendly output. Signed-off-by:
Bart Jaskulski <bartek.jaskulski@wpdesk.net>
Bartek Jaskulski authoredTo enhance debugging experience each logged line should contain id for current request. With such format it will be easier to identify all messages coming from single request. Having id enables `grep`-friendly output. Signed-off-by:
Bart Jaskulski <bartek.jaskulski@wpdesk.net>
TimepickerField.php 156 B
<?php
namespace WPDesk\Forms\Field;
class TimepickerField extends BasicField {
public function get_template_name(): string {
return 'timepicker';
}
}