edu.internet2.middleware.shibboleth.wayf
Class LogbackLoggingService
java.lang.Object
edu.internet2.middleware.shibboleth.wayf.LogbackLoggingService
public class LogbackLoggingService
- extends Object
Simple logging service that watches for logback configuration file changes and reloads the file when a change occurs.
|
Field Summary |
private Timer |
taskTimer
Timer used periodically read the logging configuration file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskTimer
private Timer taskTimer
- Timer used periodically read the logging configuration file.
LogbackLoggingService
public LogbackLoggingService(String loggingConfigurationFile,
long pollingFrequency)
- Constructor.
- Parameters:
loggingConfigurationFile - logback configuration filepollingFrequency - frequency the configuration file should be checked for changes
Copyright © 1999-2012. All Rights Reserved.