Package net.shibboleth.idp.log
Interface LoggingService
-
- All Superinterfaces:
Component,InitializableComponent,ReloadableService<Object>
- All Known Implementing Classes:
LogbackLoggingService
public interface LoggingService extends ReloadableService<Object>
A logging configuration abstraction that piggybacks on theReloadableServiceinterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLoggingConfiguration(Resource configuration)Sets the logging configuration.-
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
Methods inherited from interface net.shibboleth.utilities.java.support.service.ReloadableService
getLastReloadAttemptInstant, getLastSuccessfulReloadInstant, getReloadFailureCause, getServiceableComponent, reload
-
-
-
-
Method Detail
-
setLoggingConfiguration
void setLoggingConfiguration(@Nonnull Resource configuration)Sets the logging configuration.- Parameters:
configuration- logging configuration
-
-