Phalcon Logging

This method found under directory Phalcon\Logger. It provides logging services for application. We can login to different backend using different adapters. It offers transaction logging, configuration options, different formats and filters.

Adapters

Adapters are used to store the logged messages. A list of supported adapters:

AdaptersDescription
Phalcon\Logger\Adapter\FileLogs to a plain text file
Phalcon\Logger\Adapter\StreamLogs to a PHP Streams
Phalcon\Logger\Adapter\SyslogLogs to the system logger
Phalcon\Logger\Adapter\FirePHPLogs to the FirePHP

Creating a Log


Next TopicPhalcon Forms




Latest Courses