Package | Description |
---|---|
com.evolveum.midpoint.util | |
com.evolveum.midpoint.util.aspect | |
com.evolveum.midpoint.util.caching | |
com.evolveum.midpoint.util.logging | |
com.evolveum.midpoint.util.logging.impl |
Modifier and Type | Field and Description |
---|---|
static Trace |
ClassPathUtil.LOGGER |
Modifier and Type | Method and Description |
---|---|
void |
ProfilingDataLog.logProfilingEvent(Trace LOGGER) |
Modifier and Type | Method and Description |
---|---|
static <T extends AbstractCache> |
AbstractCache.destroy(ThreadLocal<T> cacheThreadLocal,
Trace logger) |
static <T extends AbstractCache> |
AbstractCache.enter(ThreadLocal<T> cacheThreadLocal,
Class<T> cacheClass,
Trace logger) |
static <T extends AbstractCache> |
AbstractCache.exit(ThreadLocal<T> cacheThreadLocal,
Trace logger) |
Modifier and Type | Method and Description |
---|---|
static Trace |
TraceManager.getPerformanceAdvisorTrace() |
static Trace |
TraceManager.getTrace(Class clazz) |
static Trace |
TraceManager.getTrace(String loggerName) |
Modifier and Type | Method and Description |
---|---|
static void |
LoggingUtils.logErrorOnDebugLevel(Trace LOGGER,
String message,
Throwable ex,
Object... objects) |
static void |
LoggingUtils.logException(Trace LOGGER,
String message,
Throwable ex,
Object... objects) |
static void |
LoggingUtils.logStackTrace(Trace LOGGER,
String message) |
Modifier and Type | Class and Description |
---|---|
class |
TraceImpl
Wrapper for logging library.
|
Copyright © 2015 Evolveum. All rights reserved.