doctorbeat / log4psr
Making log4php compatible with the psr-3 interface.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/doctorbeat/log4psr
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');