Package net.snowflake.client.log
Class JDK14JCLWrapper
- java.lang.Object
-
- net.snowflake.client.log.JDK14JCLWrapper
-
- All Implemented Interfaces:
org.apache.commons.logging.Log
public class JDK14JCLWrapper extends Object implements org.apache.commons.logging.Log
-
-
Constructor Summary
Constructors Constructor Description JDK14JCLWrapper(String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(Object msg)voiddebug(Object msg, Throwable t)voiderror(Object msg)voiderror(Object msg, Throwable t)voidfatal(Object msg)voidfatal(Object msg, Throwable t)voidinfo(Object msg)voidinfo(Object msg, Throwable t)booleanisDebugEnabled()booleanisErrorEnabled()booleanisFatalEnabled()booleanisInfoEnabled()booleanisTraceEnabled()booleanisWarnEnabled()voidtrace(Object msg)voidtrace(Object msg, Throwable t)voidwarn(Object msg)voidwarn(Object msg, Throwable t)
-
-
-
Constructor Detail
-
JDK14JCLWrapper
public JDK14JCLWrapper(String className)
-
-
Method Detail
-
debug
public void debug(Object msg)
- Specified by:
debugin interfaceorg.apache.commons.logging.Log
-
debug
public void debug(Object msg, Throwable t)
- Specified by:
debugin interfaceorg.apache.commons.logging.Log
-
error
public void error(Object msg)
- Specified by:
errorin interfaceorg.apache.commons.logging.Log
-
error
public void error(Object msg, Throwable t)
- Specified by:
errorin interfaceorg.apache.commons.logging.Log
-
fatal
public void fatal(Object msg)
- Specified by:
fatalin interfaceorg.apache.commons.logging.Log
-
fatal
public void fatal(Object msg, Throwable t)
- Specified by:
fatalin interfaceorg.apache.commons.logging.Log
-
info
public void info(Object msg)
- Specified by:
infoin interfaceorg.apache.commons.logging.Log
-
info
public void info(Object msg, Throwable t)
- Specified by:
infoin interfaceorg.apache.commons.logging.Log
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabledin interfaceorg.apache.commons.logging.Log
-
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabledin interfaceorg.apache.commons.logging.Log
-
isFatalEnabled
public boolean isFatalEnabled()
- Specified by:
isFatalEnabledin interfaceorg.apache.commons.logging.Log
-
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabledin interfaceorg.apache.commons.logging.Log
-
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabledin interfaceorg.apache.commons.logging.Log
-
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabledin interfaceorg.apache.commons.logging.Log
-
trace
public void trace(Object msg)
- Specified by:
tracein interfaceorg.apache.commons.logging.Log
-
trace
public void trace(Object msg, Throwable t)
- Specified by:
tracein interfaceorg.apache.commons.logging.Log
-
warn
public void warn(Object msg)
- Specified by:
warnin interfaceorg.apache.commons.logging.Log
-
-