public class NullLog extends Object implements org.apache.maven.plugin.logging.Log
| Constructor and Description |
|---|
NullLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content) |
void |
debug(CharSequence content,
Throwable error) |
void |
debug(Throwable error) |
void |
error(CharSequence content) |
void |
error(CharSequence content,
Throwable error) |
void |
error(Throwable error) |
void |
info(CharSequence content) |
void |
info(CharSequence content,
Throwable error) |
void |
info(Throwable error) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(CharSequence content) |
void |
warn(CharSequence content,
Throwable error) |
void |
warn(Throwable error) |
public boolean isDebugEnabled()
isDebugEnabled in interface org.apache.maven.plugin.logging.Logpublic void debug(CharSequence content)
debug in interface org.apache.maven.plugin.logging.Logpublic void debug(CharSequence content, Throwable error)
debug in interface org.apache.maven.plugin.logging.Logpublic void debug(Throwable error)
debug in interface org.apache.maven.plugin.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.maven.plugin.logging.Logpublic void info(CharSequence content)
info in interface org.apache.maven.plugin.logging.Logpublic void info(CharSequence content, Throwable error)
info in interface org.apache.maven.plugin.logging.Logpublic void info(Throwable error)
info in interface org.apache.maven.plugin.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.maven.plugin.logging.Logpublic void warn(CharSequence content)
warn in interface org.apache.maven.plugin.logging.Logpublic void warn(CharSequence content, Throwable error)
warn in interface org.apache.maven.plugin.logging.Logpublic void warn(Throwable error)
warn in interface org.apache.maven.plugin.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.maven.plugin.logging.Logpublic void error(CharSequence content)
error in interface org.apache.maven.plugin.logging.Logpublic void error(CharSequence content, Throwable error)
error in interface org.apache.maven.plugin.logging.Logpublic void error(Throwable error)
error in interface org.apache.maven.plugin.logging.LogCopyright © 2016. All rights reserved.