クラス org.objectweb.cjdbc.common.log.StaticNoDebugLogger

org.objectweb.cjdbc.common.log.StaticNoDebugLoggerに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.common.log.StaticNoDebugLoggerのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

This is a wrapper where debug logging has been statically disabled. It should improve the performance if one wants to completely disable debug traces.

作者:
Emmanuel Cecchet
バージョン:
1.0

StaticNoDebugLogger.java37 行で定義されています。

Public メソッド

 StaticNoDebugLogger (Logger log4jLogger)
void debug (Object message, Throwable t)
void debug (Object message)
boolean isDebugEnabled ()


コンストラクタとデストラクタ

org.objectweb.cjdbc.common.log.StaticNoDebugLogger.StaticNoDebugLogger Logger  log4jLogger  ) 
 

Creates a new StaticNoDebugLogger object from a given log4j Logger.

引数:
log4jLogger the log4j Logger
StaticNoDebugLogger.java46 行で定義されています。
00047 { 00048 super(log4jLogger); 00049 }


メソッド

void org.objectweb.cjdbc.common.log.StaticNoDebugLogger.debug Object  message  ) 
 

This method is overriden with an empty body.

参照:
Trace.debug(Object)

org.objectweb.cjdbc.common.log.Traceを再定義しています。

StaticNoDebugLogger.java65 行で定義されています。

00066 { 00067 }

void org.objectweb.cjdbc.common.log.StaticNoDebugLogger.debug Object  message,
Throwable  t
 

This method is overriden with an empty body.

参照:
Trace.debug(Object, Throwable)

org.objectweb.cjdbc.common.log.Traceを再定義しています。

StaticNoDebugLogger.java56 行で定義されています。

00057 { 00058 }

boolean org.objectweb.cjdbc.common.log.StaticNoDebugLogger.isDebugEnabled  ) 
 

戻り値:
false
参照:
org.objectweb.cjdbc.common.log.Trace.isDebugEnabled()

org.objectweb.cjdbc.common.log.Traceを再定義しています。

StaticNoDebugLogger.java73 行で定義されています。

00074 { 00075 return false; 00076 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:10 2004に生成されました。 doxygen 1.3.8