public class MockComponentLogger extends Object implements ComponentLog
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
MockComponentLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
debug(String msg,
Object[] os) |
void |
debug(String msg,
Object[] os,
Throwable t) |
void |
debug(String msg,
Throwable t) |
void |
error(String msg) |
void |
error(String msg,
Object[] os) |
void |
error(String msg,
Object[] os,
Throwable t) |
void |
error(String msg,
Throwable t) |
String |
getName() |
void |
info(String msg) |
void |
info(String msg,
Object[] os) |
void |
info(String msg,
Object[] os,
Throwable t) |
void |
info(String msg,
Throwable t) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(String msg) |
void |
trace(String msg,
Object[] os) |
void |
trace(String msg,
Object[] os,
Throwable t) |
void |
trace(String msg,
Throwable t) |
void |
warn(String msg) |
void |
warn(String msg,
Object[] os) |
void |
warn(String msg,
Object[] os,
Throwable t) |
void |
warn(String msg,
Throwable t) |
public void warn(String msg, Throwable t)
warn in interface ComponentLogpublic void warn(String msg, Object[] os)
warn in interface ComponentLogpublic void warn(String msg, Object[] os, Throwable t)
warn in interface ComponentLogpublic void warn(String msg)
warn in interface ComponentLogpublic void trace(String msg, Throwable t)
trace in interface ComponentLogpublic void trace(String msg, Object[] os)
trace in interface ComponentLogpublic void trace(String msg)
trace in interface ComponentLogpublic void trace(String msg, Object[] os, Throwable t)
trace in interface ComponentLogpublic boolean isWarnEnabled()
isWarnEnabled in interface ComponentLogpublic boolean isTraceEnabled()
isTraceEnabled in interface ComponentLogpublic boolean isInfoEnabled()
isInfoEnabled in interface ComponentLogpublic boolean isErrorEnabled()
isErrorEnabled in interface ComponentLogpublic boolean isDebugEnabled()
isDebugEnabled in interface ComponentLogpublic void info(String msg, Throwable t)
info in interface ComponentLogpublic void info(String msg, Object[] os)
info in interface ComponentLogpublic void info(String msg)
info in interface ComponentLogpublic void info(String msg, Object[] os, Throwable t)
info in interface ComponentLogpublic String getName()
getName in interface ComponentLogpublic void error(String msg, Throwable t)
error in interface ComponentLogpublic void error(String msg, Object[] os)
error in interface ComponentLogpublic void error(String msg)
error in interface ComponentLogpublic void error(String msg, Object[] os, Throwable t)
error in interface ComponentLogpublic void debug(String msg, Throwable t)
debug in interface ComponentLogpublic void debug(String msg, Object[] os)
debug in interface ComponentLogpublic void debug(String msg, Object[] os, Throwable t)
debug in interface ComponentLogpublic void debug(String msg)
debug in interface ComponentLogCopyright © 2023 Apache NiFi Project. All rights reserved.