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 | -25/+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. | ||||
* | Fix build. If we are logging to STDERR, we don't have to write to the ↵ | Jaime Perez Crespo | 2016-03-31 | 1 | -1/+2 |
| | | | | filesystem anyway, so why checking? | ||||
* | Add a new logger class that logs all messages to standard error. | Jaime Perez Crespo | 2016-03-31 | 1 | -0/+24 |