org.apache.ojb.broker.locking
Class LockManagerCommonsImpl.LoggerFacadeImpl

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


Constructor Summary
LockManagerCommonsImpl.LoggerFacadeImpl()
           
 
Method Summary
 org.apache.commons.transaction.util.LoggerFacade createLogger(String name)
           
 boolean isFineEnabled()
           
 boolean isFinerEnabled()
           
 boolean isFinestEnabled()
           
 void logFine(String message)
           
 void logFiner(String message)
           
 void logFinest(String message)
           
 void logInfo(String message)
           
 void logSevere(String message)
           
 void logSevere(String message, Throwable t)
           
 void logWarning(String message)
           
 void logWarning(String message, Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockManagerCommonsImpl.LoggerFacadeImpl

LockManagerCommonsImpl.LoggerFacadeImpl()
Method Detail

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.