public isTransaction () Returns the whether the logger is currently in an active transaction or not
public close () Closes the logger
public critical (mixed $message, [array $context]) Sends/Writes a critical message to the log
public notice (mixed $message, [array $context]) Sends/Writes a notice message to the log
extends abstract class Phalcon\Logger\Adapter
Source
public setLogLevel (mixed $level) Filters the logs sent to the handlers that are less or equal than a specific level
public begin () Starts a transaction
public getLogLevel () Returns the current log level
Page 2 of 4