Class DefaultLogLevelRecorder
java.lang.Object
org.apache.maven.slf4j.DefaultLogLevelRecorder
- All Implemented Interfaces:
- LogLevelRecorder
Responsible for keeping state of whether the threshold of the --fail-on-severity flag has been hit.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.maven.logging.api.LogLevelRecorderLogLevelRecorder.Level
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DefaultLogLevelRecorderpublic DefaultLogLevelRecorder()
 
- 
- 
Method Details- 
hasReachedMaxLevelpublic boolean hasReachedMaxLevel()- Specified by:
- hasReachedMaxLevelin interface- LogLevelRecorder
 
- 
getMaxLevelReached- Specified by:
- getMaxLevelReachedin interface- LogLevelRecorder
 
- 
getMaxLevelAllowed- Specified by:
- getMaxLevelAllowedin interface- LogLevelRecorder
 
- 
setMaxLevelAllowed- Specified by:
- setMaxLevelAllowedin interface- LogLevelRecorder
 
- 
resetpublic void reset()- Specified by:
- resetin interface- LogLevelRecorder
 
- 
recordpublic void record(org.slf4j.event.Level logLevel) 
- 
metThresholdpublic boolean metThreshold()
 
-