Hey all,
On Tue, Feb 24, 2015, at 19:22, Sven Rautenberg wrote:
> You must implement the interface as it is, or you wouldn't be
> implementing it.
>
+1. Either implementing it, or not. As Sven said, 3.x can break bc. We
use semver.org.
>
Offering PSR-3 is incompatible. Releasing version 3.0 sig
You must implement the interface as it is, or you wouldn't be implementing it.
Offering PSR-3 is incompatible. Releasing version 3.0 signals "incompatible to
2.x" all over it. Note that the log levels defined in the RFC PSR-3 is based on
are partly incompatible to the ones of Log4PHP 2.x. So thi
Hey guys,
working on
https://issues.apache.org/jira/browse/LOG4PHP-211?jql=project%20%3D%20LOG4PHP
PSR-3 interface implementation
(https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md#13-context)
PSR-3 defines a common interface for logging libraries.
If