org.apache.ojb.broker.locking
Class LockManagerCommonsImpl.LoggerFacadeImpl
java.lang.Object
org.apache.ojb.broker.locking.LockManagerCommonsImpl.LoggerFacadeImpl
- All Implemented Interfaces:
- org.apache.commons.transaction.util.LoggerFacade
- Enclosing class:
- LockManagerCommonsImpl
final class LockManagerCommonsImpl.LoggerFacadeImpl
- extends Object
- implements org.apache.commons.transaction.util.LoggerFacade
Logging facade for apache's commons-transaction.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockManagerCommonsImpl.LoggerFacadeImpl
LockManagerCommonsImpl.LoggerFacadeImpl()
createLogger
public org.apache.commons.transaction.util.LoggerFacade createLogger(String name)
- Specified by:
createLogger
in interface org.apache.commons.transaction.util.LoggerFacade
logInfo
public void logInfo(String message)
- Specified by:
logInfo
in interface org.apache.commons.transaction.util.LoggerFacade
logFine
public void logFine(String message)
- Specified by:
logFine
in interface org.apache.commons.transaction.util.LoggerFacade
isFineEnabled
public boolean isFineEnabled()
- Specified by:
isFineEnabled
in interface org.apache.commons.transaction.util.LoggerFacade
logFiner
public void logFiner(String message)
- Specified by:
logFiner
in interface org.apache.commons.transaction.util.LoggerFacade
isFinerEnabled
public boolean isFinerEnabled()
- Specified by:
isFinerEnabled
in interface org.apache.commons.transaction.util.LoggerFacade
logFinest
public void logFinest(String message)
- Specified by:
logFinest
in interface org.apache.commons.transaction.util.LoggerFacade
isFinestEnabled
public boolean isFinestEnabled()
- Specified by:
isFinestEnabled
in interface org.apache.commons.transaction.util.LoggerFacade
logWarning
public void logWarning(String message)
- Specified by:
logWarning
in interface org.apache.commons.transaction.util.LoggerFacade
logWarning
public void logWarning(String message,
Throwable t)
- Specified by:
logWarning
in interface org.apache.commons.transaction.util.LoggerFacade
logSevere
public void logSevere(String message)
- Specified by:
logSevere
in interface org.apache.commons.transaction.util.LoggerFacade
logSevere
public void logSevere(String message,
Throwable t)
- Specified by:
logSevere
in interface org.apache.commons.transaction.util.LoggerFacade
Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.