23 public function log($level, $message, array $context = array())
This is a simple Logger implementation that other Loggers can inherit from.
log($level, $message, array $context=array())
Logs with an arbitrary level.
This Logger can be used to avoid conditional log calls.