Apache log4php is a versatile logging framework for PHP.
Apache log4php is a versatile logging framework for PHP.
Features:
- Configuration through XML, properties or PHP files
- Various logging destinations, including:
- Console (stdout, stderr)
- Files (including daily and rolling files)
- Databases
- Sockets
- Syslog
- Several built-in log message formats, including:
- HTML
- XML
- User defined pattern
- Nested (NDC) and Mapped (MDC) Diagnostic Contexts.
Official Website: http://logging.apache.org/log4php/
Useful Links: