org.apache.logging.log4j.core.config
Interface ConfigurationMonitor

All Known Implementing Classes:
DefaultConfigurationMonitor, FileConfigurationMonitor

public interface ConfigurationMonitor

Interface that must be implemented to provide notification of configuration changes.


Method Summary
 void checkConfiguration()
          Called to determine if the configuration has changed.
 

Method Detail

checkConfiguration

void checkConfiguration()
Called to determine if the configuration has changed.



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.