Package org.slf4j.impl
Class MavenFailOnSeverityLogger
java.lang.Object
org.slf4j.helpers.MarkerIgnoringBase
org.slf4j.impl.SimpleLogger
org.slf4j.impl.MavenSimpleLogger
org.slf4j.impl.MavenFailOnSeverityLogger
- All Implemented Interfaces:
Serializable
,Logger
A proxy which enhances the MavenSimpleLogger with functionality to track whether a logging threshold is hit.
Currently only support WARN and ERROR states, since it's been used for the --fail-on-severity flag.
- See Also:
-
Field Summary
Fields inherited from class org.slf4j.impl.SimpleLogger
CACHE_OUTPUT_STREAM_STRING_KEY, currentLogLevel, DATE_TIME_FORMAT_KEY, DEFAULT_LOG_LEVEL_KEY, LEVEL_IN_BRACKETS_KEY, LOG_FILE_KEY, LOG_KEY_PREFIX, LOG_LEVEL_DEBUG, LOG_LEVEL_ERROR, LOG_LEVEL_INFO, LOG_LEVEL_OFF, LOG_LEVEL_TRACE, LOG_LEVEL_WARN, SHOW_DATE_TIME_KEY, SHOW_LOG_NAME_KEY, SHOW_SHORT_LOG_NAME_KEY, SHOW_THREAD_ID_KEY, SHOW_THREAD_NAME_KEY, SYSTEM_PREFIX, WARN_LEVEL_STRING_KEY
Fields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME
-
Method Summary
Modifier and TypeMethodDescriptionvoid
A simple implementation which always logs messages of level ERROR according to the format outlined above.void
Perform single parameter substitution before logging the message of level ERROR according to the format outlined above.void
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.void
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.void
Log a message of level ERROR, including an exception.getName()
protected Object
void
A simple implementation which always logs messages of level WARN according to the format outlined above.void
Perform single parameter substitution before logging the message of level WARN according to the format outlined above.void
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.void
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.void
Log a message of level WARN, including an exception.Methods inherited from class org.slf4j.impl.MavenSimpleLogger
getLocation, renderLevel, writeThrowable
Methods inherited from class org.slf4j.impl.SimpleLogger
debug, debug, debug, debug, debug, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isLevelEnabled, isTraceEnabled, isWarnEnabled, log, trace, trace, trace, trace, trace
Methods inherited from class org.slf4j.helpers.MarkerIgnoringBase
debug, debug, debug, debug, debug, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, toString, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn
-
Field Details
-
name
-
-
Method Details
-
warn
A simple implementation which always logs messages of level WARN according to the format outlined above.- Specified by:
warn
in interfaceLogger
- Overrides:
warn
in classSimpleLogger
-
warn
Perform single parameter substitution before logging the message of level WARN according to the format outlined above.- Specified by:
warn
in interfaceLogger
- Overrides:
warn
in classSimpleLogger
-
warn
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.- Specified by:
warn
in interfaceLogger
- Overrides:
warn
in classSimpleLogger
-
warn
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.- Specified by:
warn
in interfaceLogger
- Overrides:
warn
in classSimpleLogger
-
warn
Log a message of level WARN, including an exception.- Specified by:
warn
in interfaceLogger
- Overrides:
warn
in classSimpleLogger
-
error
A simple implementation which always logs messages of level ERROR according to the format outlined above.- Specified by:
error
in interfaceLogger
- Overrides:
error
in classSimpleLogger
-
error
Perform single parameter substitution before logging the message of level ERROR according to the format outlined above.- Specified by:
error
in interfaceLogger
- Overrides:
error
in classSimpleLogger
-
error
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.- Specified by:
error
in interfaceLogger
- Overrides:
error
in classSimpleLogger
-
error
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.- Specified by:
error
in interfaceLogger
- Overrides:
error
in classSimpleLogger
-
error
Log a message of level ERROR, including an exception.- Specified by:
error
in interfaceLogger
- Overrides:
error
in classSimpleLogger
-
getName
-
readResolve
- Throws:
ObjectStreamException
-