https://github.com/thecodingmachine/utils.log.errorlog_logger
This package contains a logger that should be used to log messages directly to the PHP error log (using the error_log PHP function)
https://github.com/thecodingmachine/utils.log.errorlog_logger
Last synced: 3 months ago
JSON representation
This package contains a logger that should be used to log messages directly to the PHP error log (using the error_log PHP function)
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.log.errorlog_logger
- Owner: thecodingmachine
- License: mit
- Created: 2012-08-21T18:48:26.000Z (almost 14 years ago)
- Default Branch: 2.0
- Last Pushed: 2023-02-20T15:39:04.000Z (over 3 years ago)
- Last Synced: 2025-10-20T06:24:57.719Z (8 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
What is this package
====================
DEPRECATED! Warning, this package is deprecated in favor of
mouf/utils.log.psr.errorlog_logger that implements the same logger, but with PSR-3
compatibility.
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.