-
- Downloads
Migrate all the logging handlers to namespaces. Make SimpleSAML\Logger a bit...
Migrate all the logging handlers to namespaces. Make SimpleSAML\Logger a bit 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.
Showing
- lib/SimpleSAML/Logger.php 32 additions, 26 deletionslib/SimpleSAML/Logger.php
- lib/SimpleSAML/Logger/ErrorLogLoggingHandler.php 34 additions, 18 deletionslib/SimpleSAML/Logger/ErrorLogLoggingHandler.php
- lib/SimpleSAML/Logger/FileLoggingHandler.php 17 additions, 17 deletionslib/SimpleSAML/Logger/FileLoggingHandler.php
- lib/SimpleSAML/Logger/LoggingHandlerInterface.php 14 additions, 3 deletionslib/SimpleSAML/Logger/LoggingHandlerInterface.php
- lib/SimpleSAML/Logger/StandardErrorLoggingHandler.php 2 additions, 3 deletionslib/SimpleSAML/Logger/StandardErrorLoggingHandler.php
- lib/SimpleSAML/Logger/SyslogLoggingHandler.php 10 additions, 10 deletionslib/SimpleSAML/Logger/SyslogLoggingHandler.php
- lib/_autoload_modules.php 4 additions, 0 deletionslib/_autoload_modules.php
Loading
Please register or sign in to comment