PHP lithium\analysis\logger\adapter Namespace

Classes

Name Description
Cache The `Cache` logger allows log messages to be written to cache configurations set up in `lithium\storage\Cache`. In order to use this adapter, you must first configure a cache adapter for it to write to, as follows:
File A simple log adapter that writes messages to files. By default, messages are written to `app/resources/tmp/logs/.log`, where `` is the log message priority level.
FirePhp The `FirePhp` log adapter allows you to log messages to [ FirePHP](http://www.firephp.org/).
Growl The `Growl` logger implements support for the [ Growl](http://growl.info/) notification system for Mac OS X. Writing to this logger will display small, customizable status messages on the screen.
Syslog The Syslog adapter facilitates logging messages to a `syslogd` backend. See the constructor for information on configuring this adapter.