Example usage for org.apache.commons.logging.impl LogFactoryImpl subclass-usage

List of usage examples for org.apache.commons.logging.impl LogFactoryImpl subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.logging.impl LogFactoryImpl subclass-usage.

Usage

From source file com.idocbox.common.log.impl.IdocboxLogFactory.java

/**
 * idocbox Log factory, used to produce IdocboxLog object.
 * @author C.H Li email:wiseneuron@gmail.com
 * @since 0.0.1.1
 */
public class IdocboxLogFactory extends LogFactoryImpl {

From source file org.apache.cayenne.modeler.util.ModelerLogFactory.java

/**
 * Factory for creating ModelerLogger instances. LogFactoryImpl is subclassed to
 * save default behavior
 */
public class ModelerLogFactory extends LogFactoryImpl {

From source file org.smartfrog.services.logging.jcl.front.CommonsLogFactory.java

/**
 * created 09-May-2006 17:17:53
 */

public class CommonsLogFactory extends LogFactoryImpl {