Property | Type | Description | |
---|---|---|---|
$flags | |||
$to_echo | echo输出 | ||
$to_php_log | callable | trigger_error 输出 | |
$to_void | 忽略输出 | ||
$writer | callable | 输出到哪, 默认为Logger::$to_php_log |
Method | Description | |
---|---|---|
debug ( string $msg ) : void | debug log | |
error ( string $msg ) : void | error log | |
info ( string $msg ) : void | info log | |
init ( ) : void | init | |
warning ( string $msg ) : void | warning log |
static public callable $to_php_log | ||
return | callable |
static public callable $writer | ||
return | callable |