Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.
/auth/cas/CAS/vendor/psr/log/Psr/Log/
FolderUp one level  
FolderTest/
 
FileAbstractLogger.php           [source] [128 lines]   
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]