-
- All Known Subinterfaces:
LogPriorityAccessor.LogPriorityProperty,RuntimeLogger
- All Known Implementing Classes:
RuntimeLoggerImpl,RuntimeLoggerSingleton
public interface LogPriorityAccessorProvides an accessor for aLogPriorityproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLogPriorityAccessor.LogPriorityMutatorProvides a mutator for aLogPriorityproperty.static interfaceLogPriorityAccessor.LogPriorityPropertyProvides aLogPriorityproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogPrioritygetLogPriority()Retrieves theLogPriorityfrom theLogPriorityAccessor.
-
-
-
Method Detail
-
getLogPriority
LogPriority getLogPriority()
Retrieves theLogPriorityfrom theLogPriorityAccessor.- Returns:
- The
LogPrioritystored by theLogPriorityAccessor.
-
-