public info (mixed $message, [array $context]) Sends/Writes an info message to the log
public warning (mixed $message, [array $context]) Sends/Writes a warning message to the log
public commit () Commits the internal transaction
public emergency (mixed $message, [array $context]) Sends/Writes an emergency message to the log
public isTransaction () Returns the whether the logger is currently in an active transaction or not
Source
public notice (mixed $message, [array $context]) Sends/Writes a notice message to the log
public setLogLevel (mixed $level) Filters the logs sent to the handlers that are less or equal than a specific level
public critical (mixed $message, [array $context]) Sends/Writes a critical message to the log
public getLogLevel () Returns the current log level
Page 1 of 2