Writer
class Writer implements Log, LoggerInterface (View source)
Methods
void __construct(Logger $monolog, Dispatcher $dispatcher = null) Create a new log writer instance. void emergency(string $message, array $context = array()) Log an emergency message to the logs. void alert(string $message, array $context = array()) Log an alert message to the logs. void critical(string $message, array $context = array()) Log a critical message to the logs. void error(string $mess