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 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
extends abstract class Phalcon\Logger\Adapter
public getFormatter () Returns the internal formatter
public rollback () Rollbacks the internal transaction
Page 2 of 4