Writer
        
    Table of Contents
    
    Namespaces
    
            - Enum
        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.
- RotatingFileWriter
- Write logs into files while providing basic rotation capabilities. This is a very basic approach, suitable for
environments where established tools like logrotate are not available.
- SyslogWriter
- Log writer that writes to syslog