src/org/objectweb/cjdbc/common/log/StaticDisabledLogger.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.common.log; 00026 00027 import org.apache.log4j.Logger; 00028 00036 public class StaticDisabledLogger extends Trace 00037 { 00038 00045 public StaticDisabledLogger(Logger log4jLogger) 00046 { 00047 super(log4jLogger); 00048 } 00049 00055 public void debug(Object message, Throwable t) 00056 { 00057 } 00058 00064 public void debug(Object message) 00065 { 00066 } 00067 00073 public void error(Object message, Throwable t) 00074 { 00075 } 00076 00082 public void error(Object message) 00083 { 00084 } 00085 00091 public void fatal(Object message, Throwable t) 00092 { 00093 } 00094 00100 public void fatal(Object message) 00101 { 00102 } 00103 00109 public void info(Object message, Throwable t) 00110 { 00111 } 00112 00118 public void info(Object message) 00119 { 00120 } 00121 00127 public void warn(Object message, Throwable t) 00128 { 00129 } 00130 00136 public void warn(Object message) 00137 { 00138 } 00139 00144 public boolean isDebugEnabled() 00145 { 00146 return false; 00147 } 00148 00153 public boolean isErrorEnabled() 00154 { 00155 return false; 00156 } 00157 00162 public boolean isFatalEnabled() 00163 { 00164 return false; 00165 } 00166 00171 public boolean isInfoEnabled() 00172 { 00173 return false; 00174 } 00175 00180 public boolean isWarnEnabled() 00181 { 00182 return false; 00183 } 00184 }

CJDBCversion1.0.4に対してTue Oct 12 15:15:57 2004に生成されました。 doxygen 1.3.8