Example usage for org.apache.commons.transaction.util Jdk14Logger Jdk14Logger

List of usage examples for org.apache.commons.transaction.util Jdk14Logger Jdk14Logger

Introduction

In this page you can find the example usage for org.apache.commons.transaction.util Jdk14Logger Jdk14Logger.

Prototype

public Jdk14Logger(Logger logger) 

Source Link

Usage

From source file:org.luciddb.session.LucidDbTxnMgr.java

LucidDbTxnMgr() {
    // NOTE jvs 8-Feb-2007:  This does nothing unless someone
    // actually enables the corresponding log4j settings AND
    // java.util.logging settings
    LoggerFacade loggerFacade = new Jdk14Logger(tracer);
    lockMgr = new GenericLockManager(2, loggerFacade);
}