22 public function emergency($message, array $context = array())
38 public function alert($message, array $context = array())
53 public function critical($message, array $context = array())
67 public function error($message, array $context = array())
83 public function warning($message, array $context = array())
96 public function notice($message, array $context = array())
111 public function info($message, array $context = array())
124 public function debug($message, array $context = array())
An exception for terminatinating execution or to throw for unit testing.
This is a simple Logger implementation that other Loggers can inherit from.
alert($message, array $context=array())
Action must be taken immediately.
critical($message, array $context=array())
Critical conditions.
warning($message, array $context=array())
Exceptional occurrences that are not errors.
debug($message, array $context=array())
Detailed debug information.
emergency($message, array $context=array())
System is unusable.
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.
notice($message, array $context=array())
Normal but significant events.
Describes a logger instance.
log($level, $message, array $context=array())
Logs with an arbitrary level.