Package net.shibboleth.shared.service
Interface LoggingService
- All Superinterfaces:
Component,InitializableComponent,ReloadableService<Object>
- All Known Implementing Classes:
LogbackLoggingService
A logging configuration abstraction that piggybacks on the
ReloadableService interface.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLoggingConfiguration(Resource configuration) Sets the logging configuration.Methods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitializedMethods inherited from interface net.shibboleth.shared.service.ReloadableService
getLastReloadAttemptInstant, getLastSuccessfulReloadInstant, getReloadFailureCause, getServiceableComponent, reload
-
Method Details