Uses of Interface
com.evolveum.midpoint.util.logging.Trace
-
-
Uses of Trace in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type Trace Modifier and Type Method Description voidParsingContext. warn(Trace logger, String message)voidParsingContext. warnOrThrow(Trace logger, String message)voidParsingContext. warnOrThrow(Trace logger, String message, Throwable t) -
Uses of Trace in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type Trace Modifier and Type Method Description <O extends Objectable>
voidContainerDelta. expand(PrismObject<O> object, Trace logger)Post processing of delta to expand missing values from the object. -
Uses of Trace in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type Trace Modifier and Type Method Description static @NotNull List<TriggerType>ApprovalContextUtil. createTriggers(int escalationLevel, Date workItemCreateTime, Date workItemDeadline, List<WorkItemTimedActionsType> timedActionsList, PrismContext prismContext, Trace logger, @Nullable Long workItemId, @NotNull String handlerUri) -
Uses of Trace in com.evolveum.midpoint.util
Fields in com.evolveum.midpoint.util declared as Trace Modifier and Type Field Description static TraceClassPathUtil. LOGGERstatic TraceDOMUtil. LOGGERstatic TraceQNameUtil. LOGGER -
Uses of Trace in com.evolveum.midpoint.util.aspect
Methods in com.evolveum.midpoint.util.aspect with parameters of type Trace Modifier and Type Method Description voidProfilingDataLog. logProfilingEvent(Trace LOGGER) -
Uses of Trace in com.evolveum.midpoint.util.caching
Methods in com.evolveum.midpoint.util.caching with parameters of type Trace Modifier and Type Method Description static <T extends AbstractThreadLocalCache>
voidAbstractThreadLocalCache. destroy(ConcurrentHashMap<Thread,T> cacheThreadMap, Trace logger)static <T extends AbstractThreadLocalCache>
TAbstractThreadLocalCache. enter(ConcurrentHashMap<Thread,T> cacheThreadMap, Class<T> cacheClass, CacheConfiguration configuration, Trace logger)static <T extends AbstractThreadLocalCache>
TAbstractThreadLocalCache. exit(ConcurrentHashMap<Thread,T> cacheThreadMap, Trace logger)static voidCacheUtil. log(Trace logger, Trace performanceLogger, String message, boolean info, Object... params) -
Uses of Trace in com.evolveum.midpoint.util.logging
Methods in com.evolveum.midpoint.util.logging that return Trace Modifier and Type Method Description static TraceTraceManager. getPerformanceAdvisorTrace()static TraceTraceManager. getTrace(Class<?> clazz)static TraceTraceManager. getTrace(String loggerName)Methods in com.evolveum.midpoint.util.logging with parameters of type Trace Modifier and Type Method Description static voidLoggingUtils. logException(Trace LOGGER, String message, Throwable ex, Object... objects)Standard way of logging exception: message is presented at ERROR level, stack trace on DEBUG.static voidLoggingUtils. logExceptionAsWarning(Trace LOGGER, String message, Throwable ex, Object... objects)Non-critical exceptions (warnings, with details as debug)static voidLoggingUtils. logExceptionOnDebugLevel(Trace LOGGER, String message, Throwable ex, Object... objects)Exceptions that shouldn't be even visible on INFO level.static voidLoggingUtils. logStackTrace(Trace LOGGER, String message)static voidLoggingUtils. logUnexpectedException(Trace LOGGER, String message, Throwable ex, Object... objects)When logging unexpected exception, we always want to see the stack trace (so everything is logged on ERROR level)static voidLoggingUtils. logUnexpectedException(Trace LOGGER, Throwable ex)When logging unexpected exception, we always want to see the stack trace (so everything is logged on ERROR level) -
Uses of Trace in com.evolveum.midpoint.util.logging.impl
Classes in com.evolveum.midpoint.util.logging.impl that implement Trace Modifier and Type Class Description classTraceImplWrapper for logging library.
-