Uses of Interface
org.identityconnectors.common.logging.LogSpi
-
Packages that use LogSpi Package Description org.identityconnectors.common.logging This package is responsible for providing logging to the Framework and the Connectors. -
-
Uses of LogSpi in org.identityconnectors.common.logging
Classes in org.identityconnectors.common.logging that implement LogSpi Modifier and Type Class Description classSanitizedLoggerSanitizedLoggerimplementsLogSpi.Constructors in org.identityconnectors.common.logging with parameters of type LogSpi Constructor Description SanitizedLogger(LogSpi logger)Implementation ofLogSpithat sanitizes log messages before delegating to the configured logger.
-