Uses of Enum
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 type with the specified name.static Log.Level[]Log.Level.values()Returns an array containing the constants of this enum type, 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.voidLowest level logging method.voidLogs based on the parameters given.protected voidLog.log(Log.Level level, Throwable ex, String message, StackTraceElement[] locations) voidLog given the class, level, message, and exception.voidLog given the class, level, message, and exception.booleanLogSpi.needToInferCaller(Class<?> clazz, Log.Level level) Determines ifLogneed to infer caller based on Class and Level. -
Uses of Log.Level in org.identityconnectors.common.logging.impl
Methods in org.identityconnectors.common.logging.impl with parameters of type Log.LevelModifier and TypeMethodDescriptionbooleanJDKLogger.isLoggable(Class<?> clazz, Log.Level level) Use the internal JDK logger to determine if the level is worthy of logging.booleanNoOpLogger.isLoggable(Class<?> clazz, Log.Level level) Always returnsfalsebecause there nothing to do.voidJDKLogger.log(Class<?> clazz, StackTraceElement caller, Log.Level level, String message, Throwable ex) Uses the JDK logger to log the message.voidUses the JDK logger to log the message.voidNoOpLogger.log(Class<?> clazz, StackTraceElement method, Log.Level level, String message, Throwable ex) voidLogs nothing.booleanJDKLogger.needToInferCaller(Class<?> clazz, Log.Level level) booleanNoOpLogger.needToInferCaller(Class<?> clazz, Log.Level level) -
Uses of Log.Level in org.identityconnectors.common.logging.slf4j
Methods in org.identityconnectors.common.logging.slf4j with parameters of type Log.LevelModifier and TypeMethodDescriptionbooleanSLF4JLog.isLoggable(Class<?> clazz, Log.Level level) Use the internal SLF4J logger to determine if the level is worthy of logging.voidSLF4JLog.log(Class<?> clazz, StackTraceElement method, Log.Level level, String message, Throwable ex) voidUses the SLF4J logger to log the message.booleanSLF4JLog.needToInferCaller(Class<?> clazz, Log.Level level) The caller is extracted only if the Level is OK (Debug). -
Uses of Log.Level in org.identityconnectors.framework.impl.api.local.operations
Fields in org.identityconnectors.framework.impl.api.local.operations declared as Log.Level