implements Phalcon\Logger\AdapterInterface
Base class for Phalcon\Logger adapters
Filters the logs sent to the handlers that are less or equal than a specific level
Returns the current log level
Sets the message formatter
Returns the current transaction
Starts a transaction
Commits the internal transaction
Rollbacks the internal transaction
...
Logs messages to the internal logger. Appends messages to the log
Sends/Writes a debug message to the log
Sends/Writes an info message to the log
Sends/Writes a notice message to the log
Sends/Writes a warning message to the log
Sends/Writes an error message to the log
Sends/Writes a critical message to the log
Sends/Writes an alert message to the log
Sends/Writes an emergency message to the log
...
Returns the internal formatter
Closes the logger
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Logger_Adapter.html