Method |
Description |
|
__construct ( $enabled = true ) |
|
|
alert ( string $message, array $context = [] ) : null |
Action must be taken immediately. |
|
critical ( string $message, array $context = [] ) |
Critical conditions. |
|
debug ( string $message, array $context = [] ) |
Detailed debug information. |
|
emergency ( string $message, array $context = [] ) : null |
System is unusable. |
|
error ( string $message, array $context = [] ) |
Runtime errors that do not require immediate action but should typically
be logged and monitored. |
|
info ( string $message, array $context = [] ) : null |
Interesting events. |
|
log ( mixed $level, string $message, array $context = [] ) |
Logs with an arbitrary level. |
|
notice ( string $message, array $context = [] ) |
Normal but significant events. |
|
warning ( string $message, array $context = [] ) |
Exceptional occurrences that are not errors. |
|