public class MavenSimpleLogger extends SimpleLogger
Modifier and Type | Field and Description |
---|---|
protected String |
name |
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_NAME_KEY, SYSTEM_PREFIX, WARN_LEVEL_STRING_KEY
Modifier and Type | Method and Description |
---|---|
protected String |
getLocation(StackTraceElement e) |
protected Object |
readResolve() |
protected String |
renderLevel(int level) |
protected void |
renderThrowable(Throwable t,
PrintStream stream) |
debug, debug, debug, debug, debug, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isLevelEnabled, isTraceEnabled, isWarnEnabled, log, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn
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
protected String name
protected String renderLevel(int level)
renderLevel
in class SimpleLogger
protected void renderThrowable(Throwable t, PrintStream stream)
renderThrowable
in class SimpleLogger
protected String getLocation(StackTraceElement e)
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.