summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Logger/LoggingHandlerErrorLog.php
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all the logging handlers to namespaces. Make SimpleSAML\Logger a bit ↵Jaime Perez Crespo2016-04-011-68/+0
| | | | more intelligent so that it allows using custom logging handlers. Now you just need to implement SimpleSAML\Logger\LogginghandlerInterface in a class, and set the 'logging.handler' option in the configuration file to a string with the full name of your class.
* Update the classes in lib/SimpleSAML/ too.Jaime Perez Crespo2016-03-091-8/+8
|
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-061-2/+2
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Reformat the logging classes. Extract the LoggingHandler to its own file. ↵Jaime Perez2014-06-171-32/+45
| | | | Add proper documentation. Fix typos.
* Add a new 'logging.format' option to control the formatting of the logs.Jaime Perez2014-06-171-6/+17
|
* SimpleSAML_Logger: Fix log levels on Windows.Olav Morken2011-11-171-8/+8
| | | | | | | | | | | PHP on Windows does not differentiate between all the different log levels, which means that attempting to specify the 'logging.level' option will not work properly. This patch replaces the use of the syslog constants with custom constants. Thanks to Ryan Panning for fixing this bug! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2981 44740490-163a-0410-bde0-09ae8108e29a
* Give default values for all configuration options from config.phpOlav Morken2009-08-141-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1665 44740490-163a-0410-bde0-09ae8108e29a
* Added options to configure processname for logging. Usefull when having ↵Lasse Birnbaum Jensen2008-06-181-3/+7
| | | | | | | | multiple installations on the same machine. Processname in the log is determined by the 'logging.processname' configuration key. It defaults to "simpleSAMLphp" if not set. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@667 44740490-163a-0410-bde0-09ae8108e29a
* Update everything to use the autoloader.Olav Morken2008-06-061-2/+0
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
* Added possibility to log using the php error_log function.Olav Morken2008-06-031-0/+42
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@586 44740490-163a-0410-bde0-09ae8108e29a