Writer::useDailyFiles()

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

Writer::notice()

void notice(string $message, array $context = array()) Log a notice to the logs. Parameters string $message array $context Return Value void

Writer::setEventDispatcher()

void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

Writer::info()

void info(string $message, array $context = array()) Log an informational message to the logs. Parameters string $message array $context Return Value void

Writer::emergency()

void emergency(string $message, array $context = array()) Log an emergency message to the logs. Parameters string $message array $context Return Value void

Writer::getEventDispatcher()

Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher

Writer::error()

void error(string $message, array $context = array()) Log an error message to the logs. Parameters string $message array $context Return Value void

Writer::getMonolog()

Logger getMonolog() Get the underlying Monolog instance. Return Value Logger

Writer::alert()

void alert(string $message, array $context = array()) Log an alert message to the logs. Parameters string $message array $context Return Value void

Writer::debug()

void debug(string $message, array $context = array()) Log a debug message to the logs. Parameters string $message array $context Return Value void