Module org.refcodes.logger
Package org.refcodes.logger
Interface LogPriorityAccessor.LogPriorityProperty
-
- All Superinterfaces:
LogPriorityAccessor,LogPriorityAccessor.LogPriorityMutator
- All Known Implementing Classes:
RuntimeLoggerImpl
- Enclosing interface:
- LogPriorityAccessor
public static interface LogPriorityAccessor.LogPriorityProperty extends LogPriorityAccessor, LogPriorityAccessor.LogPriorityMutator
Provides aLogPriorityproperty.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.logger.LogPriorityAccessor
LogPriorityAccessor.LogPriorityMutator, LogPriorityAccessor.LogPriorityProperty
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default LogPriorityletLogPriority(LogPriority aLogPriority)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofLogPriorityAccessor.LogPriorityMutator.setLogPriority(LogPriority)and returns the very same value (getter).-
Methods inherited from interface org.refcodes.logger.LogPriorityAccessor
getLogPriority
-
Methods inherited from interface org.refcodes.logger.LogPriorityAccessor.LogPriorityMutator
setLogPriority
-
-
-
-
Method Detail
-
letLogPriority
default LogPriority letLogPriority(LogPriority aLogPriority)
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofLogPriorityAccessor.LogPriorityMutator.setLogPriority(LogPriority)and returns the very same value (getter).- Parameters:
aLogPriority- The value to set (viaLogPriorityAccessor.LogPriorityMutator.setLogPriority(LogPriority)).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
-