Package | Description |
---|---|
org.identityconnectors.common.logging |
This package is responsible for providing logging to the Framework and
the Connectors.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All Rights Reserved.