doctorbeat / log4psr
Making log4php compatible with the psr-3 interface.
v0.0.11
2016-02-17 07:50 UTC
Requires
- apache/log4php: 2.3.0
- psr/log: dev-master
Requires (Dev)
Provides
- psr/log-implementation: 1.0.0
README
Making log4php compatible with the psr-3 interface.
Log4php is a great logger but it does not conform to psr-3, the php logger standard interface. This is an adapter that make log4php compatible, so you can swap your loggers without coding.
$logger = new Logger(); $logger->error('error entry');