Uses of Class
org.identityconnectors.common.logging.Log.Level
-
Packages that use Log.Level Package Description org.identityconnectors.common.logging 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.Level Modifier and Type Method Description static Log.LevelLog.Level. valueOf(String name)Returns 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.Level Modifier and Type Method Description booleanLog. 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.voidLog. log(Class<?> clazz, String method, Log.Level level, String message, Throwable ex)Lowest level logging method.voidLog. log(Log.Level level, Throwable ex, String format, Object... args)Logs based on the parameters given.protected voidLog. log(Log.Level level, Throwable ex, String message, StackTraceElement[] locations)voidLogSpi. log(Class<?> clazz, StackTraceElement caller, Log.Level level, String message, Throwable ex)Log given the class, level, message, and exception.voidLogSpi. log(Class<?> clazz, String method, Log.Level level, String message, Throwable ex)Log given the class, level, message, and exception.booleanLogSpi. needToInferCaller(Class<?> clazz, Log.Level level)Determines ifLogneed to infer caller based on Class and Level.
-