Package net.shibboleth.idp.log
Interface LoggingService
-
- All Superinterfaces:
Component,InitializableComponent,ReloadableService<Object>
- All Known Implementing Classes:
LogbackLoggingService
@Deprecated(forRemoval=true, since="4.2.2") public interface LoggingService extends ReloadableService<Object>
Deprecated, for removal: This API element is subject to removal in a future version.A logging configuration abstraction that piggybacks on theReloadableServiceinterface.This interface is being moved to a supporting library.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsetLoggingConfiguration(Resource configuration)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.Sets the logging configuration.- Parameters:
configuration- logging configuration
-
-