Example usage for org.apache.commons.logging Log interface-usage

List of usage examples for org.apache.commons.logging Log interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.logging Log interface-usage.

Usage

From source file net.gleamynode.netty2.SessionLog.java

/**
 * <a href="http://jakarta.apache.org/commons/logging/">Apache Jakarta Commons Logging</a> helper.
 * Log message format is '<code>[socketAddress] User message</code>'.
 *
 * You can use this class in two ways:
 *

From source file net.openhft.chronicle.logger.jcl.ChronicleLogger.java

class ChronicleLogger implements Log {

    private final String name;
    private final ChronicleLogWriter appender;
    private final ChronicleLogLevel level;

From source file com.manning.junitbook.ch07.mocks.account.MockLog.java

/**
 * Mock implementation of the Log interface.
 * 
 * @version $Id: MockLog.java 505 2009-08-16 17:58:38Z paranoid12 $
 */
public class MockLog implements Log {

From source file org.apache.cayenne.tools.MavenLogger.java

/**
 * @since 3.0
 */
class MavenLogger implements org.apache.commons.logging.Log {

    private org.apache.maven.plugin.logging.Log logger;

From source file org.apache.logging.log4j.jcl.Log4jLog.java

/**
 *
 */
public class Log4jLog implements Log, Serializable {

    private static final long serialVersionUID = 1L;

From source file com.machinepublishers.jbrowserdriver.WireLog.java

/**
 * Internal use only.
 * 
 * @deprecated
 */
public class WireLog implements Log, Serializable {

From source file org.apache.hadoop.hdfs.server.common.CountingLogger.java

/**
 * This class wraps any class implementing Log interface so that on each error()
 * and warn() call a corresponding function in subscribing ErrorCounter object
 * is invoked.
 */
public class CountingLogger implements Log {

From source file org.codehaus.mojo.pluginsupport.logging.DelegatingLog.java

/**
 * Jakarta Commons Logging Log which delegates to another Log type.
 *
 * @version $Id$
 */
public class DelegatingLog implements Log, Serializable {

From source file core.tooling.logging.Logger.java

/**
 * logger api for core framework
 * 
 * This allows core decoupled from 3rd party loggers
 * 
 * @author worleyc

From source file org.apache.cayenne.tools.AntLogger.java

/**
 * @since 3.0
 */
class AntLogger implements Log {

    private Task parentTask;