public class LogbackConfigurationChangeListener extends Object implements org.opensaml.util.resource.ResourceChangeListener
Constructor and Description |
---|
LogbackConfigurationChangeListener() |
Modifier and Type | Method and Description |
---|---|
protected void |
configureLogback(org.opensaml.util.resource.Resource configuration)
Configures logback using the given resource as the Joran configuration file.
|
void |
onResourceCreate(org.opensaml.util.resource.Resource resource) |
void |
onResourceDelete(org.opensaml.util.resource.Resource resource) |
void |
onResourceUpdate(org.opensaml.util.resource.Resource resource) |
public void onResourceCreate(org.opensaml.util.resource.Resource resource)
onResourceCreate
in interface org.opensaml.util.resource.ResourceChangeListener
public void onResourceDelete(org.opensaml.util.resource.Resource resource)
onResourceDelete
in interface org.opensaml.util.resource.ResourceChangeListener
public void onResourceUpdate(org.opensaml.util.resource.Resource resource)
onResourceUpdate
in interface org.opensaml.util.resource.ResourceChangeListener
protected void configureLogback(org.opensaml.util.resource.Resource configuration)
configuration
- logback configuration fileCopyright © 1999–2014. All rights reserved.