An open API service indexing awesome lists of open source software.

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)

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.