Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate all the logging handlers to namespaces. Make SimpleSAML\Logger a bit ↵ | Jaime Perez Crespo | 2016-04-01 | 1 | -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. |