java.lang.Object
org.apache.nifi.documentation.init.NopComponentLog
- All Implemented Interfaces:
ComponentLog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoiddebug(LogMessage message) voidvoidvoidvoiderror(LogMessage message) getName()voidvoidvoidvoidinfo(LogMessage message) booleanbooleanbooleanbooleanbooleanvoidvoidvoidvoidlog(LogMessage message) voidvoidvoidvoidtrace(LogMessage logMessage) voidvoidvoidvoidwarn(LogMessage logMessage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.nifi.logging.ComponentLog
log
-
Constructor Details
-
NopComponentLog
public NopComponentLog()
-
-
Method Details
-
warn
- Specified by:
warnin interfaceComponentLog
-
warn
- Specified by:
warnin interfaceComponentLog
-
warn
- Specified by:
warnin interfaceComponentLog
-
warn
- Specified by:
warnin interfaceComponentLog
-
trace
- Specified by:
tracein interfaceComponentLog
-
trace
- Specified by:
tracein interfaceComponentLog
-
trace
- Specified by:
tracein interfaceComponentLog
-
trace
- Specified by:
tracein interfaceComponentLog
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceComponentLog
-
isTraceEnabled
public boolean isTraceEnabled()- Specified by:
isTraceEnabledin interfaceComponentLog
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceComponentLog
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceComponentLog
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceComponentLog
-
info
- Specified by:
infoin interfaceComponentLog
-
info
- Specified by:
infoin interfaceComponentLog
-
info
- Specified by:
infoin interfaceComponentLog
-
info
- Specified by:
infoin interfaceComponentLog
-
getName
- Specified by:
getNamein interfaceComponentLog
-
error
- Specified by:
errorin interfaceComponentLog
-
error
- Specified by:
errorin interfaceComponentLog
-
error
- Specified by:
errorin interfaceComponentLog
-
error
- Specified by:
errorin interfaceComponentLog
-
debug
- Specified by:
debugin interfaceComponentLog
-
debug
- Specified by:
debugin interfaceComponentLog
-
debug
- Specified by:
debugin interfaceComponentLog
-
debug
- Specified by:
debugin interfaceComponentLog
-
log
- Specified by:
login interfaceComponentLog
-
log
- Specified by:
login interfaceComponentLog
-
log
- Specified by:
login interfaceComponentLog
-
log
- Specified by:
login interfaceComponentLog
-