Package org.apache.openjpa.lib.log
Class NoneLogFactory.NoneLog
java.lang.Object
org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- All Implemented Interfaces:
Log
- Enclosing class:
- NoneLogFactory
No-op log.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidWrite out a log message at theLog.ERRORlevel with the stringification ofoas the body of the message, also outputtingtto the log.final voidWrite out a log message at theLog.ERRORlevel with the stringification ofoas the body of the message, also outputtingtto the log.final voidWrite out a log message at theLog.FATALlevel with the stringification ofoas the body of the message, also outputtingtto the log.final voidWrite out a log message at theLog.FATALlevel with the stringification ofoas the body of the message, also outputtingtto the log.static NoneLogFactory.NoneLogfinal voidWrite out a log message at theLog.INFOlevel with the stringification ofoas the body of the message, also outputtingtto the log.final voidWrite out a log message at theLog.INFOlevel with the stringification ofoas the body of the message, also outputtingtto the log.final booleanReturns if theLog.ERRORlog level is enabled.final booleanReturns if theLog.FATALlog level is enabled.final booleanReturns if theLog.INFOlog level is enabled.final booleanReturns if theLog.TRACElog level is enabled.final booleanReturns if theLog.WARNlog level is enabled.final voidWrite out a log message at theLog.TRACElevel with the stringification ofoas the body of the message.final voidWrite out a log message at theLog.TRACElevel with the stringification ofoas the body of the message, also outputtingtto the log.final voidWrite out a log message at theLog.WARNlevel with the stringification ofoas the body of the message, also outputtingtto the log.final voidWrite out a log message at theLog.WARNlevel with the stringification ofoas the body of the message, also outputtingtto the log.
-
Constructor Details
-
NoneLog
public NoneLog()
-
-
Method Details
-
getInstance
-
isErrorEnabled
public final boolean isErrorEnabled()Description copied from interface:LogReturns if theLog.ERRORlog level is enabled.- Specified by:
isErrorEnabledin interfaceLog
-
isFatalEnabled
public final boolean isFatalEnabled()Description copied from interface:LogReturns if theLog.FATALlog level is enabled.- Specified by:
isFatalEnabledin interfaceLog
-
isInfoEnabled
public final boolean isInfoEnabled()Description copied from interface:LogReturns if theLog.INFOlog level is enabled.- Specified by:
isInfoEnabledin interfaceLog
-
isTraceEnabled
public final boolean isTraceEnabled()Description copied from interface:LogReturns if theLog.TRACElog level is enabled.- Specified by:
isTraceEnabledin interfaceLog
-
isWarnEnabled
public final boolean isWarnEnabled()Description copied from interface:LogReturns if theLog.WARNlog level is enabled.- Specified by:
isWarnEnabledin interfaceLog
-
trace
Description copied from interface:LogWrite out a log message at theLog.TRACElevel with the stringification ofoas the body of the message. -
trace
Description copied from interface:LogWrite out a log message at theLog.TRACElevel with the stringification ofoas the body of the message, also outputtingtto the log. -
info
Description copied from interface:LogWrite out a log message at theLog.INFOlevel with the stringification ofoas the body of the message, also outputtingtto the log. -
info
Description copied from interface:LogWrite out a log message at theLog.INFOlevel with the stringification ofoas the body of the message, also outputtingtto the log. -
warn
Description copied from interface:LogWrite out a log message at theLog.WARNlevel with the stringification ofoas the body of the message, also outputtingtto the log. -
warn
Description copied from interface:LogWrite out a log message at theLog.WARNlevel with the stringification ofoas the body of the message, also outputtingtto the log. -
error
Description copied from interface:LogWrite out a log message at theLog.ERRORlevel with the stringification ofoas the body of the message, also outputtingtto the log. -
error
Description copied from interface:LogWrite out a log message at theLog.ERRORlevel with the stringification ofoas the body of the message, also outputtingtto the log. -
fatal
Description copied from interface:LogWrite out a log message at theLog.FATALlevel with the stringification ofoas the body of the message, also outputtingtto the log. -
fatal
Description copied from interface:LogWrite out a log message at theLog.FATALlevel with the stringification ofoas the body of the message, also outputtingtto the log.
-