Example usage for org.apache.commons.logging ExtendedLogUtils wrapJULLoggger

List of usage examples for org.apache.commons.logging ExtendedLogUtils wrapJULLoggger

Introduction

In this page you can find the example usage for org.apache.commons.logging ExtendedLogUtils wrapJULLoggger.

Prototype

public static final Log wrapJULLoggger(final Logger logger) 

Source Link

Document

Provides a wrapper around a J-U-L logger

Usage

From source file:net.community.chest.gitcloud.facade.AbstractEnvironmentInitializer.java

protected AbstractEnvironmentInitializer() {
    logger = ExtendedLogUtils.wrapJULLoggger(Logger.getLogger(getClass().getName()));
}