Method |
Description |
|
catcherPhpError ( integer $errorType, string $errorTip, string $errorFile, integer $errorLine ) : void |
错误日志handler |
|
critical ( string $log, array $context = [] ) : boolean |
添加critical类型的日志 |
|
debug ( string $log, array $context = [] ) : boolean |
添加debug类型的日志 |
|
emergency ( string $log, array $context = [] ) : boolean |
添加critical类型的日志 |
|
error ( string $log, array $context = [] ) : boolean |
添加error类型的日志 |
|
info ( string $log, array $context = [] ) : boolean |
添加info类型的日志 |
|
notice ( string $log, array $context = [] ) : boolean |
添加notice类型的日志 |
|
warning ( string $log, array $context = [] ) : boolean |
添加warning类型的日志 |
|