29 public function emergency($message, array $context = array());
41 public function alert($message, array $context = array());
52 public function critical($message, array $context = array());
62 public function error($message, array $context = array());
74 public function warning($message, array $context = array());
83 public function notice($message, array $context = array());
94 public function info($message, array $context = array());
103 public function debug($message, array $context = array());
113 public function log($level, $message, array $context = array());
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.
info($message, array $context=array())
Interesting events.
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...