Package net.shibboleth.idp.log
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 TypeMethodDescriptionvoid
setLoggingConfiguration
(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 Details
-
setLoggingConfiguration
Sets the logging configuration.- Parameters:
configuration
- logging configuration
-