- All Known Subinterfaces:
LogPriorityAccessor.LogPriorityProperty
,RuntimeLogger
- All Known Implementing Classes:
RuntimeLoggerImpl
,RuntimeLoggerSingleton
public interface LogPriorityAccessor
Provides an accessor for a
LogPriority
property.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a mutator for aLogPriority
property.static interface
Provides aLogPriority
property. -
Method Summary
-
Method Details
-
getLogPriority
LogPriority getLogPriority()Retrieves theLogPriority
from theLogPriorityAccessor
.- Returns:
- The
LogPriority
stored by theLogPriorityAccessor
.
-