public final class PluginConsoleLogger extends Object implements org.apache.maven.plugin.surefire.log.api.ConsoleLogger
Log.
Calling Log.isInfoEnabled() before Log.info(CharSequence) due to Maven 2.2.1.ConsoleLogger| Constructor and Description |
|---|
PluginConsoleLogger(Log mojoLogger) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content,
Throwable error) |
void |
debug(String message) |
void |
error(String message) |
void |
error(String message,
Throwable t) |
void |
error(Throwable t) |
void |
info(String message) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warning(CharSequence content,
Throwable error) |
void |
warning(String message) |
public PluginConsoleLogger(Log mojoLogger)
public boolean isDebugEnabled()
public void debug(String message)
debug in interface org.apache.maven.plugin.surefire.log.api.ConsoleLoggerpublic void debug(CharSequence content, Throwable error)
public boolean isInfoEnabled()
public void info(String message)
info in interface org.apache.maven.plugin.surefire.log.api.ConsoleLoggerpublic boolean isWarnEnabled()
public void warning(String message)
warning in interface org.apache.maven.plugin.surefire.log.api.ConsoleLoggerpublic void warning(CharSequence content, Throwable error)
public boolean isErrorEnabled()
public void error(String message)
error in interface org.apache.maven.plugin.surefire.log.api.ConsoleLoggerpublic void error(String message, Throwable t)
error in interface org.apache.maven.plugin.surefire.log.api.ConsoleLoggerpublic void error(Throwable t)
error in interface org.apache.maven.plugin.surefire.log.api.ConsoleLoggerCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.