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