Uses of Enum Class
org.identityconnectors.common.logging.Log.Level
Packages that use 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
Methods in org.identityconnectors.common.logging that return Log.LevelModifier and TypeMethodDescriptionstatic Log.LevelReturns 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.Methods in org.identityconnectors.common.logging with parameters of type Log.LevelModifier and TypeMethodDescriptionbooleanLog.isLoggable(Log.Level level) Determine if its log-able at this level within this class.booleanLogSpi.isLoggable(Class<?> clazz, Log.Level level) Determines if the it should be logged based on Class and Level.booleanSanitizedLogger.isLoggable(Class<?> clazz, Log.Level level) voidLowest level logging method.voidLogs based on the parameters given.voidLog given the class, level, message, and exception.voidLog given the class, level, message, and exception.voidSanitizedLogger.log(Class<?> clazz, StackTraceElement caller, Log.Level level, String message, Throwable ex) Sanitize control characters from log messages before delegating to the configuredLogSpiclass.voidSanitize control characters from log messages before delegating to the configuredLogSpiclass.booleanLogSpi.needToInferCaller(Class<?> clazz, Log.Level level) Determines ifLogneed to infer caller based on Class and Level.booleanSanitizedLogger.needToInferCaller(Class<?> clazz, Log.Level level)