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 org.rapidoid.log.commons.RapidoidLog.java

@Authors("Nikolche Mihajlovski")
@Since("5.3.0")
public class RapidoidLog extends RapidoidThing implements Log, Serializable {

    private static final long serialVersionUID = 1203497152501297512L;

From source file org.alfresco.util.LogAdapter.java

/**
 * Utility class to adapt a {@link Log} class.
 * 
 * @since 4.2
 * 
 * @author Alan Davis

From source file axiom.util.FileLogger.java

/**
 * An extended Logger that writes to a file and rotates files each midnight.
 *
 * @author Stefan Pollach
 * @author Daniel Ruthardt
 * @author Hannes Wallnoefer

From source file at.spardat.xma.boot.logger.XmaBrtLogger.java

/**
 * Implementation of the <code>org.apache.commons.logging.Log</code>
 * interface that wraps the XMA Bootruntime Logger Implementation
 * <p>
 * This class is used to pipe log entries produced by the cookie implementation of
 * apache httpClient into the logfile of XMA Bootruntime.

From source file org.springframework.boot.logging.DeferredLog.java

/**
 * Deferred {@link Log} that can be used to store messages that shouldn't be written until
 * the logging system is fully initialized.
 *
 * @author Phillip Webb
 * @since 1.3.0

From source file prism.framework.NoOpLog.java

/**
 * <p>Trivial implementation of Log that throws away all messages.  No
 * configurable system properties are supported.</p>
 *
 * @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
 * @author Rod Waldhoff

From source file org.alfresco.repo.content.transform.LogEntries.java

/**
 * Interface that gives access to Log entries
 */
interface LogEntries extends Log {
    /**
     * Returns the log entries.

From source file org.pentaho.platform.plugin.services.importexport.IRepositoryImportLogger.java

/**
 * * Below is a sample of how to use this class to generate a log file. 1) You must use startJob(OutputStream,
 * ImportPath) to instantiate the log and supply it with an output stream to hold the log and the root folder of the
 * import.
 * 
 * 2) Call setCurrentFilePath() each time you start processing a new import file. The log shows the file being imported

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

/**
 * Bridge from the Maven plugin Log to a JCL Log.
 *
 * @version $Id$
 */
public class MavenPluginLog implements Log {

From source file org.ros.internal.node.RosoutLogger.java

/**
 * Logger that logs to both an underlying Apache Commons Log as well as /rosout.
 *
 * @author kwc@willowgarage.com (Ken Conley)
 * @author damonkohler@google.com (Damon Kohler)
 */