https://github.com/thecodingmachine/utils.log.psr.errorlog_logger
This package contains a very simple PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)
https://github.com/thecodingmachine/utils.log.psr.errorlog_logger
Last synced: 9 months ago
JSON representation
This package contains a very simple PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.log.psr.errorlog_logger
- Owner: thecodingmachine
- License: mit
- Created: 2013-09-08T14:53:05.000Z (almost 13 years ago)
- Default Branch: 2.0
- Last Pushed: 2020-09-03T15:11:31.000Z (almost 6 years ago)
- Last Synced: 2025-09-30T05:47:14.636Z (9 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
What is this package
====================
This package contains a logger that logs messages in the PHP error log, using the error_log function.
Mouf package
------------
This package is part of Mouf (http://mouf-php.com), an effort to ensure good developing practices by providing a graphical dependency injection framework.