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 class
SanitizedLogger
SanitizedLogger
implementsLogSpi
.Constructors in org.identityconnectors.common.logging with parameters of type LogSpi Constructor Description SanitizedLogger(LogSpi logger)
Implementation ofLogSpi
that sanitizes log messages before delegating to the configured logger.
-