Up one level | ||
Test/ | ||
AbstractLogger.php [source] [128 lines] | ||
InvalidArgumentException.php [source] [7 lines] | ||
LogLevel.php [source] [18 lines] | ||
LoggerAwareInterface.php [source] [18 lines] | ||
LoggerAwareTrait.php [source] [26 lines] | Basic Implementation of LoggerAwareInterface. | |
LoggerInterface.php [source] [125 lines] | ||
LoggerTrait.php [source] [142 lines] | This is a simple Logger trait that classes unable to extend AbstractLogger (because they extend another class, etc) can include. It simply delegates all log-level-specific methods to the `log` method to reduce boilerplate code that a simple Logger that does the same thing with messages regardless of the error level has to implement. | |
NullLogger.php [source] [30 lines] |