void notice(string $message, array $context = array()) Log a notice to the logs. Parameters string $message array $context Return Value void
void log(string $level, string $message, array $context = array()) Log a message to the logs. Parameters string $level string $message array $context Return Value void
void listen(Closure $callback) Register a new callback handler for when a log event is triggered. Parameters Closure $callback Return Value void Exceptions RuntimeException
void info(string $message, array $context = array()) Log an informational message to the logs. Parameters string $message array $context Return Value void
Logger getMonolog() Get the underlying Monolog instance. Return Value Logger
Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher
void error(string $message, array $context = array()) Log an error message to the logs. Parameters string $message array $context Return Value void
void emergency(string $message, array $context = array()) Log an emergency message to the logs. Parameters string $message array $context Return Value void
void debug(string $message, array $context = array()) Log a debug message to the logs. Parameters string $message array $context Return Value void
void critical(string $message, array $context = array()) Log a critical message to the logs. Parameters string $message array $context Return Value void
Page 3 of 996