https://github.com/thecodingmachine/utils.log.log_interface
This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the errorlog_logger package)
https://github.com/thecodingmachine/utils.log.log_interface
Last synced: 11 months ago
JSON representation
This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the errorlog_logger package)
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.log.log_interface
- Owner: thecodingmachine
- License: mit
- Created: 2012-06-13T20:37:07.000Z (almost 14 years ago)
- Default Branch: 2.0
- Last Pushed: 2014-06-05T12:52:44.000Z (about 12 years ago)
- Last Synced: 2025-07-28T20:05:13.739Z (11 months ago)
- Language: PHP
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
What is this package
====================
DEPRECATED! Warning, this interface is deprecated and should be
replaced by the PSR-3 logger interface.
This package contains an interface used by many components to log messages.
Please download a logger package that implements this interface (like the errorlog_logger package)
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.