Log
interface Log (View source)
Methods
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 $message, array $context = array()) Log an error message to the logs. void warning(string $message, array $context = array()) Log a warning message to the logs. void notice(string $message, array $context = array()) Log a notice to th