Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are 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]