30 public function emergency($message, array $context = array());
43 public function alert($message, array $context = array());
55 public function critical($message, array $context = array());
66 public function error($message, array $context = array());
79 public function warning($message, array $context = array());
89 public function notice($message, array $context = array());
101 public function info($message, array $context = array());
111 public function debug($message, array $context = array());
122 public function log($level, $message, array $context = array());
An exception for terminatinating execution or to throw for unit testing.
Describes a logger instance.
log($level, $message, array $context=array())
Logs with an arbitrary level.
notice($message, array $context=array())
Normal but significant events.
emergency($message, array $context=array())
System is unusable.
warning($message, array $context=array())
Exceptional occurrences that are not errors.
debug($message, array $context=array())
Detailed debug information.
critical($message, array $context=array())
Critical conditions.
alert($message, array $context=array())
Action must be taken immediately.
error($message, array $context=array())
Runtime errors that do not require immediate action but should typically be logged and monitored.
info($message, array $context=array())
Interesting events.