|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log.Level | |
---|---|
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 | |
---|---|
static Log.Level |
Log.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 | |
---|---|
boolean |
LogSpi.isLoggable(Class<?> clazz,
Log.Level level)
Determines if the it should be logged based on Class and Level. |
boolean |
Log.isLoggable(Log.Level level)
Determine if its log-able at this level within this class. |
void |
Log.log(Class<?> clazz,
String method,
Log.Level level,
String message,
Throwable ex)
Lowest level logging method. |
void |
LogSpi.log(Class<?> clazz,
String method,
Log.Level level,
String message,
Throwable ex)
Log given the class, level, message, and exception. |
void |
Log.log(Log.Level level,
Throwable ex,
String format,
Object... args)
Logs based on the parameters given. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |