critical($message, array $context=array())
Critical conditions.
This is a simple Logger implementation that other Loggers can inherit from.
log($level, $message, array $context=array())
Logs with an arbitrary level.
error($message, array $context=array())
Runtime errors that do not require immediate action but should typically be logged and monitored...
catch(Exception $e) $message
info($message, array $context=array())
Interesting events.
alert($message, array $context=array())
Action must be taken immediately.
Describes a logger instance.
emergency($message, array $context=array())
System is unusable.
warning($message, array $context=array())
Exceptional occurrences that are not errors.
notice($message, array $context=array())
Normal but significant events.
debug($message, array $context=array())
Detailed debug information.