org.apache.openejb.openjpa
Class JULOpenJPALog

java.lang.Object
  extended by 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


Field Summary
 
Fields inherited from interface org.apache.openjpa.lib.log.Log
ERROR, FATAL, INFO, TRACE, WARN
 
Constructor Summary
JULOpenJPALog(LoggerCreator delegate)
           
 
Method Summary
 void error(Object o)
           
 void error(Object o, Throwable t)
           
 void fatal(Object o)
           
 void fatal(Object o, Throwable t)
           
 void info(Object o)
           
 void info(Object o, Throwable t)
           
 boolean isErrorEnabled()
           
 boolean isFatalEnabled()
           
 boolean isInfoEnabled()
           
 boolean isTraceEnabled()
           
 boolean isWarnEnabled()
           
 void trace(Object o)
           
 void trace(Object o, Throwable t)
           
 void warn(Object o)
           
 void warn(Object o, Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JULOpenJPALog

public JULOpenJPALog(LoggerCreator delegate)
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.