org.apache.openejb.openjpa
Class JULOpenJPALog
java.lang.Object
org.apache.openejb.openjpa.JULOpenJPALog
- All Implemented Interfaces:
- org.apache.openjpa.lib.log.Log
public class JULOpenJPALog
- extends Object
- implements org.apache.openjpa.lib.log.Log
| Fields inherited from interface org.apache.openjpa.lib.log.Log |
ERROR, FATAL, INFO, TRACE, WARN |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JULOpenJPALog
public JULOpenJPALog(LoggerCreator delegate)
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled in interface org.apache.openjpa.lib.log.Log
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled in interface org.apache.openjpa.lib.log.Log
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled in interface org.apache.openjpa.lib.log.Log
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled in interface org.apache.openjpa.lib.log.Log
isFatalEnabled
public boolean isFatalEnabled()
- Specified by:
isFatalEnabled in interface org.apache.openjpa.lib.log.Log
trace
public void trace(Object o)
- Specified by:
trace in interface org.apache.openjpa.lib.log.Log
trace
public void trace(Object o,
Throwable t)
- Specified by:
trace in interface org.apache.openjpa.lib.log.Log
info
public void info(Object o)
- Specified by:
info in interface org.apache.openjpa.lib.log.Log
info
public void info(Object o,
Throwable t)
- Specified by:
info in interface org.apache.openjpa.lib.log.Log
warn
public void warn(Object o)
- Specified by:
warn in interface org.apache.openjpa.lib.log.Log
warn
public void warn(Object o,
Throwable t)
- Specified by:
warn in interface org.apache.openjpa.lib.log.Log
error
public void error(Object o)
- Specified by:
error in interface org.apache.openjpa.lib.log.Log
error
public void error(Object o,
Throwable t)
- Specified by:
error in interface org.apache.openjpa.lib.log.Log
fatal
public void fatal(Object o)
- Specified by:
fatal in interface org.apache.openjpa.lib.log.Log
fatal
public void fatal(Object o,
Throwable t)
- Specified by:
fatal in interface org.apache.openjpa.lib.log.Log
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.