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.rssowl.lib.httpclient.internal.LogBridge.java

/**
 * Implementation of <code>Log</code> that writes error and fatal messages to
 * the Eclipse Log Mechanism.
 *
 * @author bpasero
 */

From source file org.apache.ftpserver.gui.LoggerPanel.java

/**
 * This logger panel writes the log messages.
 * 
 * @author <a href="mailto:rana_b@yahoo.com">Rana Bhattacharyya</a>
 */
public class LoggerPanel extends PluginPanel implements Log {

From source file org.apache.oozie.util.XLog.java

/**
 * The <code>XLog</code> class extends the functionality of the Apache common-logging <code>Log</code> interface. <p>
 * It provides common prefix support, message templating with variable parameters and selective tee logging to multiple
 * logs. <p> It provides also the LogFactory functionality.
 */
public class XLog implements Log {

From source file sos.util.SOSJCLNullLogger.java

/**
 * Implementierung des Log Interface, das vom <i>Jakarta Commons Logging</i> package verwendet wird.<br>
 * Diese Implementierung unterdrckt alle Logausgaben.
 * 
 * @author fs
 * @since 24.02.2006

From source file org.rssowl.core.internal.LogBridge.java

/**
 * Implementation of <code>Log</code> that writes error and fatal messages to
 * the Eclipse Log Mechanism.
 *
 * @author bpasero
 */

From source file org.acmsl.queryj.tools.maven.CommonsLoggingMavenLogAdapter.java

/**
 * Sends Commons-Logging log messages to Maven Log.
 * @author <a href="mailto:queryj@acm-sl.org">Jose San Leandro</a>
 * @since 3.0
 * Created: 2014/03/07 07:24
 */

From source file dk.dtu.imm.esculapauml.core.logging.EsculapaUMLLog4JLoger.java

/**
 * <p>Implementation of {@link Log} that maps directly to a Log4J
 * <strong>Logger</strong>.  Initial configuration of the corresponding
 * Logger instances should be done in the usual manner, as outlined in
 * the Log4J documentation.</p>
 *

From source file jp.terasoluna.fw.logger.TLogger.java

/**
 * <br>
 * <p>
 * CommonsLogging?????<br>
 * ??????ID??????ID???????
 * </p>

From source file org.apache.tomcat.util.log.Log.java

/**
 * This is the main class seen by objects that need to log. 
 * 
 * It has a log channel to write to; if it can't find a log with that name,
 * it outputs to the default
 * sink.  Also prepends a descriptive name to each message

From source file corina.util.SimpleLog.java

/**
 * <p>Simple implementation of Log that sends all enabled log messages,
 * for all defined loggers, to System.err.  The following system properties
 * are supported to configure the behavior of this logger:</p>
 * <ul>
 * <li><code>org.apache.commons.logging.simplelog.defaultlog</code> -