Method |
Description |
|
__clone ( ) |
Disallow cloning |
|
add_global_handler ( Handler $handler ) : void |
Adds a global handler for all logs. |
|
add_handler ( Handler $handler ) : void |
Adds a handler. |
|
critical ( string $message ) : void |
Logs a critical message. |
|
debug ( string $message ) : void |
Logs a debug message. |
|
error ( string $message ) : void |
Logs a error message. |
|
get_logger ( string $logger = null ) : object |
Returns a new logger. |
|
info ( string $message ) : void |
Logs a info message. |
|
instance ( ) |
Returns an instance of the singleton. |
|
log ( integer $code, string $message ) : void |
Logs a message. |
|
warning ( string $message ) : void |
Logs a warning message. |
|