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 the
ReloadableService
interface.
This interface is being moved to a supporting library.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLoggingConfiguration
(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 Details
-
setLoggingConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.Sets the logging configuration.- Parameters:
configuration
- logging configuration
-