| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.lib.log.NoneLogFactory.NoneLog
public static class NoneLogFactory.NoneLog
No-op log.
| Field Summary | 
|---|
| Fields inherited from interface org.apache.openjpa.lib.log.Log | 
|---|
| ERROR, FATAL, INFO, TRACE, WARN | 
| Constructor Summary | |
|---|---|
| NoneLogFactory.NoneLog() | |
| Method Summary | |
|---|---|
|  void | error(java.lang.Object o)Write out a log message at the Log.ERRORlevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
|  void | error(java.lang.Object o,
      java.lang.Throwable t)Write out a log message at the Log.ERRORlevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
|  void | fatal(java.lang.Object o)Write out a log message at the Log.FATALlevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
|  void | fatal(java.lang.Object o,
      java.lang.Throwable t)Write out a log message at the Log.FATALlevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
| static NoneLogFactory.NoneLog | getInstance() | 
|  void | info(java.lang.Object o)Write out a log message at the Log.INFOlevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
|  void | info(java.lang.Object o,
     java.lang.Throwable t)Write out a log message at the Log.INFOlevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
|  boolean | isErrorEnabled()Returns if the Log.ERRORlog level is enabled. | 
|  boolean | isFatalEnabled()Returns if the Log.FATALlog level is enabled. | 
|  boolean | isInfoEnabled()Returns if the Log.INFOlog level is enabled. | 
|  boolean | isTraceEnabled()Returns if the Log.TRACElog level is enabled. | 
|  boolean | isWarnEnabled()Returns if the Log.WARNlog level is enabled. | 
|  void | trace(java.lang.Object o)Write out a log message at the Log.TRACElevel with the stringification ofoas the body
 of the message. | 
|  void | trace(java.lang.Object o,
      java.lang.Throwable t)Write out a log message at the Log.TRACElevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
|  void | warn(java.lang.Object o)Write out a log message at the Log.WARNlevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
|  void | warn(java.lang.Object o,
     java.lang.Throwable t)Write out a log message at the Log.WARNlevel with the stringification ofoas the body
 of the message, also outputtingtto the log. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NoneLogFactory.NoneLog()
| Method Detail | 
|---|
public static NoneLogFactory.NoneLog getInstance()
public final boolean isErrorEnabled()
LogLog.ERROR log level is enabled.
isErrorEnabled in interface Logpublic final boolean isFatalEnabled()
LogLog.FATAL log level is enabled.
isFatalEnabled in interface Logpublic final boolean isInfoEnabled()
LogLog.INFO log level is enabled.
isInfoEnabled in interface Logpublic final boolean isTraceEnabled()
LogLog.TRACE log level is enabled.
isTraceEnabled in interface Logpublic final boolean isWarnEnabled()
LogLog.WARN log level is enabled.
isWarnEnabled in interface Logpublic final void trace(java.lang.Object o)
LogLog.TRACE
 level with the stringification of o as the body
 of the message.
trace in interface Log
public final void trace(java.lang.Object o,
                        java.lang.Throwable t)
LogLog.TRACE
 level with the stringification of o as the body
 of the message, also outputting t to the log.
trace in interface Logpublic final void info(java.lang.Object o)
LogLog.INFO
 level with the stringification of o as the body
 of the message, also outputting t to the log.
info in interface Log
public final void info(java.lang.Object o,
                       java.lang.Throwable t)
LogLog.INFO
 level with the stringification of o as the body
 of the message, also outputting t to the log.
info in interface Logpublic final void warn(java.lang.Object o)
LogLog.WARN
 level with the stringification of o as the body
 of the message, also outputting t to the log.
warn in interface Log
public final void warn(java.lang.Object o,
                       java.lang.Throwable t)
LogLog.WARN
 level with the stringification of o as the body
 of the message, also outputting t to the log.
warn in interface Logpublic final void error(java.lang.Object o)
LogLog.ERROR
 level with the stringification of o as the body
 of the message, also outputting t to the log.
error in interface Log
public final void error(java.lang.Object o,
                        java.lang.Throwable t)
LogLog.ERROR
 level with the stringification of o as the body
 of the message, also outputting t to the log.
error in interface Logpublic final void fatal(java.lang.Object o)
LogLog.FATAL
 level with the stringification of o as the body
 of the message, also outputting t to the log.
fatal in interface Log
public final void fatal(java.lang.Object o,
                        java.lang.Throwable t)
LogLog.FATAL
 level with the stringification of o as the body
 of the message, also outputting t to the log.
fatal in interface Log| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||