Method |
Description |
|
debug ( string $message, array $context = [] ) : static |
Sends/Writes a debug message to the log |
|
error ( string $message, array $context = [] ) : static |
Sends/Writes an error message to the log |
|
fatal ( string $message, array $context = [] ) : static |
Sends/Writes a critical message to the log |
|
getLevel ( ) : string |
Returns the current log level |
|
getLevels ( ) : array |
|
|
info ( string $message, array $context = [] ) : static |
Sends/Writes an info message to the log |
|
setLevel ( string $level ) : static |
Filters the logs sent to the handlers to be greater or equals than a specific level |
|
warning ( string $message, array $context = [] ) : static |
Sends/Writes a warning message to the log |
|