public class IncQueryLoggingUtil
extends java.lang.Object
Constructor and Description |
---|
IncQueryLoggingUtil() |
Modifier and Type | Method and Description |
---|---|
static org.apache.log4j.Logger |
getDefaultLogger()
Provides a static default logger.
|
static org.apache.log4j.Logger |
getLogger(java.lang.Class<?> clazz)
Provides a class-specific logger that also stores the global logger settings of the IncQuery runtime
|
static void |
setExternalLogger(org.apache.log4j.Logger externalLogger) |
static void |
setupConsoleAppenderForDefaultLogger()
Adds an appender to the default logger that will output to the default console with the TTCC conversion pattern.
|
public static void setExternalLogger(org.apache.log4j.Logger externalLogger)
public static org.apache.log4j.Logger getDefaultLogger()
public static org.apache.log4j.Logger getLogger(java.lang.Class<?> clazz)
clazz
- public static void setupConsoleAppenderForDefaultLogger()