Uses of Class
com.quartzdesk.api.agent.log.LoggingInterceptorWrapper.MessagePriority

Packages that use LoggingInterceptorWrapper.MessagePriority
com.quartzdesk.api.agent.log   
com.quartzdesk.api.agent.log.jul   
com.quartzdesk.api.agent.log.log4j   
com.quartzdesk.api.agent.log.log4j2   
com.quartzdesk.api.agent.log.logback   
 

Uses of LoggingInterceptorWrapper.MessagePriority in com.quartzdesk.api.agent.log
 

Fields in com.quartzdesk.api.agent.log declared as LoggingInterceptorWrapper.MessagePriority
static LoggingInterceptorWrapper.MessagePriority LoggingInterceptorWrapper.DEFAULT_MESSAGE_PRIORITY
          Default log message priority used if the logging framework specific logging level / priority cannot be mapped.
 

Methods in com.quartzdesk.api.agent.log that return LoggingInterceptorWrapper.MessagePriority
static LoggingInterceptorWrapper.MessagePriority LoggingInterceptorWrapper.MessagePriority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoggingInterceptorWrapper.MessagePriority[] LoggingInterceptorWrapper.MessagePriority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.quartzdesk.api.agent.log with parameters of type LoggingInterceptorWrapper.MessagePriority
 void LoggingInterceptorWrapper.intercept(Thread thread, LoggingInterceptorWrapper.MessagePriority priority, String message)
          Invokes the com.quartzdesk.agent.api.scheduler.common.log.IExecutingJobLoggingInterceptor#intercept(Thread, com.quartzdesk.agent.api.domain.model.log.LoggingEvent) method on the wrapped QuartzDesk JVM Agent logging interceptor.
 

Uses of LoggingInterceptorWrapper.MessagePriority in com.quartzdesk.api.agent.log.jul
 

Methods in com.quartzdesk.api.agent.log.jul that return LoggingInterceptorWrapper.MessagePriority
protected  LoggingInterceptorWrapper.MessagePriority JulInterceptionHandler.convertLevel2Priority(Level level)
          Returns the LoggingInterceptorWrapper.MessagePriority for the specified Log4J level.
 

Uses of LoggingInterceptorWrapper.MessagePriority in com.quartzdesk.api.agent.log.log4j
 

Methods in com.quartzdesk.api.agent.log.log4j that return LoggingInterceptorWrapper.MessagePriority
protected  LoggingInterceptorWrapper.MessagePriority Log4jInterceptionAppender.convertLevel2Priority(org.apache.log4j.Level level)
          Returns the LoggingInterceptorWrapper.MessagePriority for the specified Log4J level.
 

Uses of LoggingInterceptorWrapper.MessagePriority in com.quartzdesk.api.agent.log.log4j2
 

Methods in com.quartzdesk.api.agent.log.log4j2 that return LoggingInterceptorWrapper.MessagePriority
protected  LoggingInterceptorWrapper.MessagePriority Log4j2InterceptionAppender.convertLevel2Priority(org.apache.logging.log4j.Level level)
          Returns the LoggingInterceptorWrapper.MessagePriority for the specified Log4J level.
 

Uses of LoggingInterceptorWrapper.MessagePriority in com.quartzdesk.api.agent.log.logback
 

Methods in com.quartzdesk.api.agent.log.logback that return LoggingInterceptorWrapper.MessagePriority
protected  LoggingInterceptorWrapper.MessagePriority LogbackInterceptionAppender.convertLevel2Priority(ch.qos.logback.classic.Level level)
          Returns the LoggingInterceptorWrapper.MessagePriority for the specified Logback level.
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.