Uses of Interface
com.evolveum.midpoint.util.logging.Trace
-
-
Uses of Trace in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type Trace Modifier and Type Method Description static voidWebComponentUtil. safeResultCleanup(OperationResult result, Trace logger) -
Uses of Trace in com.evolveum.midpoint.gui.impl.component.search.wrapper
Fields in com.evolveum.midpoint.gui.impl.component.search.wrapper declared as Trace Modifier and Type Field Description static TracePropertySearchItemWrapper. LOGGER -
Uses of Trace in com.evolveum.midpoint.model.api.expr
Fields in com.evolveum.midpoint.model.api.expr declared as Trace Modifier and Type Field Description static TraceMidpointFunctions. LOGGER -
Uses of Trace in com.evolveum.midpoint.model.common.expression.functions
Fields in com.evolveum.midpoint.model.common.expression.functions declared as Trace Modifier and Type Field Description static TraceBasicExpressionFunctions. LOGGERstatic TraceLogExpressionFunctions. LOGGER -
Uses of Trace in com.evolveum.midpoint.model.common.util
Fields in com.evolveum.midpoint.model.common.util declared as Trace Modifier and Type Field Description protected static TraceProfilingModelInspector. LOGGER -
Uses of Trace in com.evolveum.midpoint.model.impl.correlator
Methods in com.evolveum.midpoint.model.impl.correlator with parameters of type Trace Modifier and Type Method Description static <F extends ObjectType>
voidCorrelatorUtil. addCandidates(ObjectSet<F> allCandidates, List<F> candidates, Trace logger)Constructors in com.evolveum.midpoint.model.impl.correlator with parameters of type Trace Constructor Description BaseCorrelator(@NotNull Trace logger, @NotNull String typeName, @NotNull CorrelatorContext<CCB> correlatorContext, @NotNull ModelBeans beans) -
Uses of Trace in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type Trace Modifier and Type Method Description <F extends ObjectType>
voidClockworkMedic. traceContext(Trace logger, String activity, String phase, boolean important, LensContext<F> context, boolean showTriples) -
Uses of Trace in com.evolveum.midpoint.model.impl.sync.action
Fields in com.evolveum.midpoint.model.impl.sync.action declared as Trace Modifier and Type Field Description protected static TraceBaseAction. LOGGER -
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.prism.impl
Methods in com.evolveum.midpoint.prism.impl with parameters of type Trace Modifier and Type Method Description voidParsingContextImpl. warn(Trace logger, String message)voidParsingContextImpl. warnOrThrow(Trace logger, String message)voidParsingContextImpl. warnOrThrow(Trace logger, String message, Throwable t) -
Uses of Trace in com.evolveum.midpoint.prism.impl.delta
Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type Trace Modifier and Type Method Description <O extends Objectable>
voidContainerDeltaImpl. expand(PrismObject<O> object, Trace logger)Post processing of delta to expand missing values from the object. -
Uses of Trace in com.evolveum.midpoint.prism.impl.lex.dom
Fields in com.evolveum.midpoint.prism.impl.lex.dom declared as Trace Modifier and Type Field Description static TraceDomLexicalProcessor. LOGGER -
Uses of Trace in com.evolveum.midpoint.prism.impl.match
Fields in com.evolveum.midpoint.prism.impl.match declared as Trace Modifier and Type Field Description static TraceXmlMatchingRule. LOGGER -
Uses of Trace in com.evolveum.midpoint.repo.api
Fields in com.evolveum.midpoint.repo.api declared as Trace Modifier and Type Field Description static TraceRepositoryService. LOGGERMethods in com.evolveum.midpoint.repo.api with parameters of type Trace Modifier and Type Method Description <O extends ObjectType>
booleanRepositoryService. selectorMatches(ObjectSelectorType objectSelector, PrismObject<O> object, ObjectFilterExpressionEvaluator filterEvaluator, Trace logger, String logMessagePrefix) -
Uses of Trace in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type Trace Modifier and Type Method Description <O extends ObjectType>
booleanRepositoryCache. selectorMatches(ObjectSelectorType objectSelector, PrismObject<O> object, ObjectFilterExpressionEvaluator filterEvaluator, Trace logger, String logMessagePrefix) -
Uses of Trace in com.evolveum.midpoint.repo.cache.invalidation
Fields in com.evolveum.midpoint.repo.cache.invalidation declared as Trace Modifier and Type Field Description static TraceInvalidator. LOGGER -
Uses of Trace in com.evolveum.midpoint.repo.cache.local
Fields in com.evolveum.midpoint.repo.cache.local declared as Trace Modifier and Type Field Description static TraceLocalRepoCacheCollection. LOGGER -
Uses of Trace in com.evolveum.midpoint.repo.sqale
Fields in com.evolveum.midpoint.repo.sqale declared as Trace Modifier and Type Field Description protected TraceSqaleServiceBase. loggerMethods in com.evolveum.midpoint.repo.sqale with parameters of type Trace Modifier and Type Method Description <O extends ObjectType>
booleanSqaleRepositoryService. selectorMatches(ObjectSelectorType objectSelector, PrismObject<O> object, ObjectFilterExpressionEvaluator filterEvaluator, Trace logger, String logMessagePrefix) -
Uses of Trace in com.evolveum.midpoint.repo.sqale.audit
Constructors in com.evolveum.midpoint.repo.sqale.audit with parameters of type Trace Constructor Description AuditInsertion(AuditEventRecordType record, JdbcSession jdbcSession, SqaleRepoContext repoContext, boolean escapeIllegalCharacters, Trace logger) -
Uses of Trace in com.evolveum.midpoint.repo.sqale.update
Fields in com.evolveum.midpoint.repo.sqale.update declared as Trace Modifier and Type Field Description protected TraceSqaleUpdateContext. logger -
Uses of Trace in com.evolveum.midpoint.repo.sqlbase.querydsl
Fields in com.evolveum.midpoint.repo.sqlbase.querydsl declared as Trace Modifier and Type Field Description static TraceSqlRecorder. LOGGER -
Uses of Trace in com.evolveum.midpoint.rest.impl
Fields in com.evolveum.midpoint.rest.impl declared as Trace Modifier and Type Field Description protected TraceAbstractRestController. logger -
Uses of Trace in com.evolveum.midpoint.schema.processor
Fields in com.evolveum.midpoint.schema.processor declared as Trace Modifier and Type Field Description static TraceResourceSchema. LOGGER -
Uses of Trace in com.evolveum.midpoint.schema.util
Fields in com.evolveum.midpoint.schema.util declared as Trace Modifier and Type Field Description static TraceLocalizationUtil. LOGGER -
Uses of Trace in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases with parameters of type Trace Modifier and Type Method Description static @NotNull List<TriggerType>CaseTriggeringUtil. createTriggers(int escalationLevel, Date workItemCreateTime, Date workItemDeadline, Collection<WorkItemTimedActionsType> timedActionsCollection, 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. -
Uses of Trace in com.evolveum.midpoint.web.component.wizard
Methods in com.evolveum.midpoint.web.component.wizard with parameters of type Trace Modifier and Type Method Description protected @NotNull List<QName>WizardStep. loadResourceObjectClassList(org.apache.wicket.model.IModel<PrismObject<ResourceType>> model, Trace LOGGER, String message) -
Uses of Trace in com.evolveum.midpoint.web.component.wizard.resource.dto
Methods in com.evolveum.midpoint.web.component.wizard.resource.dto with parameters of type Trace Modifier and Type Method Description static StringMappingTypeDto. createMappingLabel(MappingType mapping, Trace logger, PrismContext context, String placeholder, String nameNotSpecified) -
Uses of Trace in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util with parameters of type Trace Modifier and Type Method Description static StringExpressionUtil. loadExpression(ExpressionType expression, PrismContext prismContext, Trace LOGGER)
-