public class DelegatingContextualLog extends Object implements ContextualLog
| Constructor and Description |
|---|
DelegatingContextualLog(org.apache.maven.plugin.logging.Log delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearContext() |
void |
debug(CharSequence charSequence) |
void |
debug(CharSequence charSequence,
Throwable throwable) |
void |
debug(Throwable throwable) |
void |
error(CharSequence charSequence) |
void |
error(CharSequence charSequence,
Throwable throwable) |
void |
error(Throwable throwable) |
void |
info(CharSequence charSequence) |
void |
info(CharSequence charSequence,
Throwable throwable) |
void |
info(Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
setContext(String context) |
void |
warn(CharSequence charSequence) |
void |
warn(CharSequence charSequence,
Throwable throwable) |
void |
warn(Throwable throwable) |
public DelegatingContextualLog(org.apache.maven.plugin.logging.Log delegate)
public void setContext(String context)
setContext in interface ContextualLogpublic void clearContext()
clearContext in interface ContextualLogpublic void debug(CharSequence charSequence)
debug in interface org.apache.maven.plugin.logging.Logpublic void debug(CharSequence charSequence, Throwable throwable)
debug in interface org.apache.maven.plugin.logging.Logpublic void debug(Throwable throwable)
debug in interface org.apache.maven.plugin.logging.Logpublic void info(CharSequence charSequence)
info in interface org.apache.maven.plugin.logging.Logpublic void info(CharSequence charSequence, Throwable throwable)
info in interface org.apache.maven.plugin.logging.Logpublic void info(Throwable throwable)
info in interface org.apache.maven.plugin.logging.Logpublic void warn(CharSequence charSequence)
warn in interface org.apache.maven.plugin.logging.Logpublic void warn(CharSequence charSequence, Throwable throwable)
warn in interface org.apache.maven.plugin.logging.Logpublic void warn(Throwable throwable)
warn in interface org.apache.maven.plugin.logging.Logpublic void error(CharSequence charSequence)
error in interface org.apache.maven.plugin.logging.Logpublic void error(CharSequence charSequence, Throwable throwable)
error in interface org.apache.maven.plugin.logging.Logpublic void error(Throwable throwable)
error in interface org.apache.maven.plugin.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.maven.plugin.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.maven.plugin.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.maven.plugin.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.maven.plugin.logging.LogCopyright © 2008-2014. All Rights Reserved.