summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Logger/StandardErrorLoggingHandler.php
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all the logging handlers to namespaces. Make SimpleSAML\Logger a bit ↵Jaime Perez Crespo2016-04-011-0/+24
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.