summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Logger/LoggingHandlerFile.php
Commit message (Expand)AuthorAgeFilesLines
* Migrate all the logging handlers to namespaces. Make SimpleSAML\Logger a bit ...Jaime Perez Crespo2016-04-011-113/+0
* Fix loose comparison.Jaime Perez Crespo2016-03-311-1/+1
* Fix build. If we are logging to STDERR, we don't have to write to the filesys...Jaime Perez Crespo2016-03-311-2/+2
* Reformat SimpleSAML_Logger_LoggingHandlerFile.Jaime Perez Crespo2016-03-311-12/+11
* Make SimpleSAML_Logger_LoggingHandlerFile::$logFile protected instead of priv...Jaime Perez Crespo2016-03-311-1/+8
* Update the classes in lib/SimpleSAML/ too.Jaime Perez Crespo2016-03-091-8/+8
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-061-2/+2
* Move SimpleSAML_Utilities::initTimezone() to SimpleSAML\Utils\Time::initTimez...Jaime Perez Crespo2015-04-201-1/+1
* Reformat the logging classes. Extract the LoggingHandler to its own file. Add...Jaime Perez2014-06-171-42/+62
* Add a new 'logging.format' option to control the formatting of the logs.Jaime Perez2014-06-171-6/+27
* SimpleSAML_Logger: Fix log levels on Windows.Olav Morken2011-11-171-8/+8
* LoggingHandlerFile: Load timezone-settings from config.php.Olav Morken2010-04-161-0/+2
* Give default values for all configuration options from config.phpOlav Morken2009-08-141-2/+2
* Will now log human-readable log levels.Cato Olsen2009-03-271-3/+25
* Added options to configure processname for logging. Usefull when having multi...Lasse Birnbaum Jensen2008-06-181-3/+5
* Update everything to use the autoloader.Olav Morken2008-06-061-3/+0
* Adding a SIMPLESAML_INCPREFIX parameter before the inclusion of new files. Th...Andreas Åkre Solberg2008-03-051-2/+2
* Adding support for full paths outside the simplesamlphp installation. This pa...Andreas Åkre Solberg2008-02-271-1/+1
* renamed the logger class to follow the guidelines for classnaming. Also added...Andreas Åkre Solberg2008-02-141-0/+9
* Suggestion for new logger.Lasse Birnbaum Jensen2008-02-071-0/+34