Module org.refcodes.logger
Package org.refcodes.logger
Interface LogPriorityAccessor.LogPriorityMutator
-
- All Known Subinterfaces:
LogPriorityAccessor.LogPriorityProperty
- All Known Implementing Classes:
RuntimeLoggerImpl
- Enclosing interface:
- LogPriorityAccessor
public static interface LogPriorityAccessor.LogPriorityMutatorProvides a mutator for aLogPriorityproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLogPriority(LogPriority aPriority)Sets theLogPriorityfor theLogPriorityAccessor.
-
-
-
Method Detail
-
setLogPriority
void setLogPriority(LogPriority aPriority)
Sets theLogPriorityfor theLogPriorityAccessor.- Parameters:
aPriority- TheLogPriorityto be stored by theLogPriorityAccessor.
-
-