void useDailyFiles(string $path, int $days, string $level = 'debug') Register a daily file log handler. Parameters string $path int $days string $level Return Value void
void notice(string $message, array $context = array()) Log a notice to the logs. Parameters string $message array $context Return Value void
void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void
void info(string $message, array $context = array()) Log an informational 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
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
Logger getMonolog() Get the underlying Monolog instance. Return Value Logger
void alert(string $message, array $context = array()) Log an alert 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
Page 3 of 996