[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/psr/log/Psr/Log/

FolderUp one level  
FolderTest/
 
FileAbstractLogger.php           [source] [128 lines]   This is a simple Logger implementation that other Loggers can inherit from. 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.
FileInvalidArgumentException.php [source] [7 lines]     
FileLogLevel.php                 [source] [18 lines]    
FileLoggerAwareInterface.php     [source] [18 lines]    
FileLoggerAwareTrait.php         [source] [26 lines]    Basic Implementation of LoggerAwareInterface.
FileLoggerInterface.php          [source] [125 lines]   
FileLoggerTrait.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.
FileNullLogger.php               [source] [30 lines]    


Generated: Sun Feb 23 05:10:02 2025 Cross-referenced by PHPXref 0.7.1