Interface LogPriorityAccessor
- All Known Subinterfaces:
LogPriorityAccessor.LogPriorityProperty, RuntimeLogger
- All Known Implementing Classes:
DefaultRuntimeLogger, RuntimeLoggerSingleton
public interface LogPriorityAccessor
Provides an accessor for a
LogPriority property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a mutator for aLogPriorityproperty.static interfaceProvides aLogPriorityproperty. -
Method Summary
-
Method Details
-
getLogPriority
LogPriority getLogPriority()Retrieves theLogPriorityfrom theLogPriorityAccessor.- Returns:
- The
LogPrioritystored by theLogPriorityAccessor.
-