diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2016-03-09 13:29:08 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2016-03-09 13:29:08 +0100 |
commit | 8b6abc0a5d0f954a2a982750581717c6c54f0514 (patch) | |
tree | 0a31d3b97bd5507f02b6a628e1365fdc1a2ee027 /lib/SimpleSAML/Logger/LoggingHandlerFile.php | |
parent | 7865bfd4f6db78580133ced5e7b56642263c77b3 (diff) | |
download | simplesamlphp-8b6abc0a5d0f954a2a982750581717c6c54f0514.zip simplesamlphp-8b6abc0a5d0f954a2a982750581717c6c54f0514.tar.gz simplesamlphp-8b6abc0a5d0f954a2a982750581717c6c54f0514.tar.bz2 |
Update the classes in lib/SimpleSAML/ too.
Diffstat (limited to 'lib/SimpleSAML/Logger/LoggingHandlerFile.php')
-rw-r--r-- | lib/SimpleSAML/Logger/LoggingHandlerFile.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/SimpleSAML/Logger/LoggingHandlerFile.php b/lib/SimpleSAML/Logger/LoggingHandlerFile.php index f765c3e..b09993c 100644 --- a/lib/SimpleSAML/Logger/LoggingHandlerFile.php +++ b/lib/SimpleSAML/Logger/LoggingHandlerFile.php @@ -16,14 +16,14 @@ class SimpleSAML_Logger_LoggingHandlerFile implements SimpleSAML_Logger_LoggingH * more or less directly from SimpleSAML_Logger_LoggingHandlerErrorLog. */ private static $levelNames = array( - SimpleSAML_Logger::EMERG => 'EMERGENCY', - SimpleSAML_Logger::ALERT => 'ALERT', - SimpleSAML_Logger::CRIT => 'CRITICAL', - SimpleSAML_Logger::ERR => 'ERROR', - SimpleSAML_Logger::WARNING => 'WARNING', - SimpleSAML_Logger::NOTICE => 'NOTICE', - SimpleSAML_Logger::INFO => 'INFO', - SimpleSAML_Logger::DEBUG => 'DEBUG', + SimpleSAML\Logger::EMERG => 'EMERGENCY', + SimpleSAML\Logger::ALERT => 'ALERT', + SimpleSAML\Logger::CRIT => 'CRITICAL', + SimpleSAML\Logger::ERR => 'ERROR', + SimpleSAML\Logger::WARNING => 'WARNING', + SimpleSAML\Logger::NOTICE => 'NOTICE', + SimpleSAML\Logger::INFO => 'INFO', + SimpleSAML\Logger::DEBUG => 'DEBUG', ); private $logFile = NULL; private $processname = NULL; |