public class NopComponentLog extends Object implements ComponentLog
Constructor and Description |
---|
NopComponentLog() |
Modifier and Type | Method and Description |
---|---|
void |
debug(LogMessage message) |
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(LogMessage message) |
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(LogMessage message) |
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 |
log(LogLevel level,
String msg) |
void |
log(LogLevel level,
String msg,
Object... os) |
void |
log(LogLevel level,
String msg,
Object[] os,
Throwable t) |
void |
log(LogLevel level,
String msg,
Throwable t) |
void |
log(LogMessage message) |
void |
trace(LogMessage logMessage) |
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(LogMessage logMessage) |
void |
warn(String msg) |
void |
warn(String msg,
Object... os) |
void |
warn(String msg,
Object[] os,
Throwable t) |
void |
warn(String msg,
Throwable t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
log
public void warn(String msg, Throwable t)
warn
in interface ComponentLog
public void warn(String msg, Object... os)
warn
in interface ComponentLog
public void warn(String msg, Object[] os, Throwable t)
warn
in interface ComponentLog
public void warn(String msg)
warn
in interface ComponentLog
public void warn(LogMessage logMessage)
warn
in interface ComponentLog
public void trace(String msg, Throwable t)
trace
in interface ComponentLog
public void trace(String msg, Object... os)
trace
in interface ComponentLog
public void trace(String msg)
trace
in interface ComponentLog
public void trace(String msg, Object[] os, Throwable t)
trace
in interface ComponentLog
public void trace(LogMessage logMessage)
trace
in interface ComponentLog
public boolean isWarnEnabled()
isWarnEnabled
in interface ComponentLog
public boolean isTraceEnabled()
isTraceEnabled
in interface ComponentLog
public boolean isInfoEnabled()
isInfoEnabled
in interface ComponentLog
public boolean isErrorEnabled()
isErrorEnabled
in interface ComponentLog
public boolean isDebugEnabled()
isDebugEnabled
in interface ComponentLog
public void info(String msg, Throwable t)
info
in interface ComponentLog
public void info(String msg, Object... os)
info
in interface ComponentLog
public void info(String msg)
info
in interface ComponentLog
public void info(String msg, Object[] os, Throwable t)
info
in interface ComponentLog
public void info(LogMessage message)
info
in interface ComponentLog
public String getName()
getName
in interface ComponentLog
public void error(String msg, Throwable t)
error
in interface ComponentLog
public void error(String msg, Object... os)
error
in interface ComponentLog
public void error(String msg)
error
in interface ComponentLog
public void error(String msg, Object[] os, Throwable t)
error
in interface ComponentLog
public void error(LogMessage message)
error
in interface ComponentLog
public void debug(String msg, Throwable t)
debug
in interface ComponentLog
public void debug(String msg, Object... os)
debug
in interface ComponentLog
public void debug(String msg, Object[] os, Throwable t)
debug
in interface ComponentLog
public void debug(String msg)
debug
in interface ComponentLog
public void debug(LogMessage message)
debug
in interface ComponentLog
public void log(LogLevel level, String msg, Throwable t)
log
in interface ComponentLog
public void log(LogLevel level, String msg, Object... os)
log
in interface ComponentLog
public void log(LogLevel level, String msg)
log
in interface ComponentLog
public void log(LogLevel level, String msg, Object[] os, Throwable t)
log
in interface ComponentLog
public void log(LogMessage message)
log
in interface ComponentLog
Copyright © 2024 Apache NiFi Project. All rights reserved.