Uses of Enum Class
org.identityconnectors.common.logging.Log.Level
Package
Description
This package is responsible for providing logging to the Framework and
the Connectors.
-
Uses of Log.Level in org.identityconnectors.common.logging
Modifier and TypeMethodDescriptionstatic Log.Level
Returns the enum constant of this class with the specified name.static Log.Level[]
Log.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Log.isLoggable
(Log.Level level) Determine if its log-able at this level within this class.boolean
LogSpi.isLoggable
(Class<?> clazz, Log.Level level) Determines if the it should be logged based on Class and Level.boolean
SanitizedLogger.isLoggable
(Class<?> clazz, Log.Level level) void
Lowest level logging method.void
Logs based on the parameters given.void
Log given the class, level, message, and exception.void
Log given the class, level, message, and exception.void
SanitizedLogger.log
(Class<?> clazz, StackTraceElement caller, Log.Level level, String message, Throwable ex) Sanitize control characters from log messages before delegating to the configuredLogSpi
class.void
Sanitize control characters from log messages before delegating to the configuredLogSpi
class.boolean
LogSpi.needToInferCaller
(Class<?> clazz, Log.Level level) Determines ifLog
need to infer caller based on Class and Level.boolean
SanitizedLogger.needToInferCaller
(Class<?> clazz, Log.Level level)