notice($message, array $context=array())
Normal but significant events.
critical($message, array $context=array())
Critical conditions.
log($level, $message, array $context=array())
Logs with an arbitrary level.
debug($message, array $context=array())
Detailed debug information.
alert($message, array $context=array())
Action must be taken immediately.
catch(Exception $e) $message
info($message, array $context=array())
Interesting events.
Create styles array
The data for the language used.
Describes a logger instance.
emergency($message, array $context=array())
System is unusable.
warning($message, array $context=array())
Exceptional occurrences that are not errors.
error($message, array $context=array())
Runtime errors that do not require immediate action but should typically be logged and monitored...