Writer
Table of Contents
Interfaces
- WriterInterface
- Log writer interface
Classes
- AbstractWriter
- Abstract implementation of a log writer
- DatabaseWriter
- Log writer that writes the log records into a database table.
- FileWriter
- Log writer that writes the log records into a file.
- NullWriter
- Null writer - just forgets about everything
- PhpErrorLogWriter
- Log writer that writes the log records into PHP error log.
- SyslogWriter
- Log writer that writes to syslog