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 a
LogPriority property.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.logger.LogPriorityAccessor
LogPriorityAccessor.LogPriorityMutator, LogPriorityAccessor.LogPriorityProperty -
Method Summary
Modifier and TypeMethodDescriptiondefault 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
getLogPriorityMethods inherited from interface org.refcodes.logger.LogPriorityAccessor.LogPriorityMutator
setLogPriority
-
Method Details
-
letLogPriority
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.
-