Uses of Class
com.quartzdesk.service.types.v3_0.log.LoggingEventPriority

Packages that use LoggingEventPriority
com.quartzdesk.service.types.v3_0.log   
 

Uses of LoggingEventPriority in com.quartzdesk.service.types.v3_0.log
 

Fields in com.quartzdesk.service.types.v3_0.log declared as LoggingEventPriority
protected  LoggingEventPriority LoggingEvent.priority
           
 

Methods in com.quartzdesk.service.types.v3_0.log that return LoggingEventPriority
static LoggingEventPriority LoggingEventPriority.fromValue(String v)
           
 LoggingEventPriority LoggingEvent.getPriority()
          Gets the value of the priority property.
static LoggingEventPriority LoggingEventPriority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoggingEventPriority[] LoggingEventPriority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.quartzdesk.service.types.v3_0.log with parameters of type LoggingEventPriority
 void LoggingEvent.setPriority(LoggingEventPriority value)
          Sets the value of the priority property.
 LoggingEvent LoggingEvent.withPriority(LoggingEventPriority value)
           
 



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