Download the PHP package net_bazzline/component_psr_and_log4php_adapter without Composer
On this page you can find all versions of the php package net_bazzline/component_psr_and_log4php_adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download net_bazzline/component_psr_and_log4php_adapter
More information about net_bazzline/component_psr_and_log4php_adapter
Files in net_bazzline/component_psr_and_log4php_adapter
Download net_bazzline/component_psr_and_log4php_adapter
More information about net_bazzline/component_psr_and_log4php_adapter
Files in net_bazzline/component_psr_and_log4php_adapter
Vendor net_bazzline
Package component_psr_and_log4php_adapter
Short Description php component psr logger log4php bridge Log4Php Logger Interface
License LGPLv3
Homepage https://github.com/stevleibelt/php_component_psr_and_log4php_adapter
Package component_psr_and_log4php_adapter
Short Description php component psr logger log4php bridge Log4Php Logger Interface
License LGPLv3
Homepage https://github.com/stevleibelt/php_component_psr_and_log4php_adapter
Please rate this library. Is it a good library?
Informations about the package component_psr_and_log4php_adapter
PHP Psr And Log4Php Adapter Component
This component provides adapters for using Psr Logger in Log4Php Environment and vice versa.
The main idea is to easy up usage and/or migration of existing Log4Php application with/into Psr loggers.
The build status of the current master branch is tracked by Travis CI:
@todo The versioneye status is:
@todo Take a look on openhub.net.
Features
- Log4Php to Psr Logger Bridge
- Psr Logger to Log4PhP Bridge
Example
Use a psr-logger in a Log4Php
Use a Log4Php in a psr-logger
Installation
GitHub
Composer
Notes
- throwable are currently ignored in Log4PhpToPsrAdapter::log()
- context is currently ignored in PsrToLog4PhpAdapter::log()
Licence
This software is licenced under GNU LESSER GENERAL PUBLIC LICENSE. The full licence text is shipped within this component package.
Version History
- upcoming
- @todo
- add versioneye dependecy status
- add link to openhub
- fixed typos in the readme
- implement conversion of throwable into something in Log4PhpToPsrAdapter::log()
- implement conversion of context into something in PsrToLog4PhpAdapter
- added travis build status
- added scrutinizer build status
- @todo
- 2.0.0
- added example
- added version boundary to psr log and log4php
- covered code with unit tests
- moved injected logger from protected to private
- moved to psr-4 autoloading
- refactored loggers and the way how to inject the logger you want to bridge
- removed Log4PhpLoggerInterface since this simple complicates stuff
- 1.0.0
- Log4Php Logger Interface
- Log4Php to Psr Logger Bridge
- Psr Logger to Log4PhP Bridge
All versions of component_psr_and_log4php_adapter with dependencies
PHP Build Version
Package Version
The package net_bazzline/component_psr_and_log4php_adapter contains the following files
Loading the files please wait ....