List of usage examples for org.apache.commons.logging Log interface-usage
From source file org.mmbase.util.logging.commons.impl.MMBaseLogger.java
/**
* Adaptor class to convert jakarta-commons Log calls to MMBase Logger calls.<br/>
* <br/>
*
* @author Kees Jongenburger
*/
From source file com.nearinfinity.blur.log.Log.java
public interface Log extends org.apache.commons.logging.Log { public void trace(Object message, Object... args); public void trace(Object message, Throwable t, Object... args);
From source file com.cohort.util.String2Log.java
/**
* This class redirects (currently) all messages to Apache's
* logging system to String2.log.
* This class responds to and attribute called "level"
* and an Integer with one of the xxx_LEVEL values.
*
From source file org.mule.util.MuleLogger.java
/** * A {@link Log} wrapper that supports boilerplate logging for high impact messages */ // @Immutable public class MuleLogger implements Log { private final Log logger;
From source file chat.ServletLog.java
public class ServletLog implements Log { enum Level { all, trace, debug, info, warn, error, fatal, off } public static final String PROP_LEVEL = "servlet.log.level";
From source file org.gcaldaemon.logger.DefaultLog.java
/**
* Simple implementation of Log that sends all enabled log messages, for all
* defined loggers, to System.out.
*
* Created: Jan 22, 2008 12:50:56 PM
*
From source file org.gldapdaemon.logger.DefaultLog.java
/**
* Simple implementation of Log that sends all enabled log messages, for all
* defined loggers, to System.out.
*
* Created: Jan 22, 2008 12:50:56 PM
*
From source file com.seleritycorp.common.base.logging.Log.java
/** * Selerity specific Log extension. */ @SuppressFBWarnings(value = "NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification = "This Log should act as drop-in replacement for commons' Log") public interface Log extends org.apache.commons.logging.Log { /**
From source file org.eclipse.emf.mwe.tests.util.LogTester.java
class LogTester implements Log { public LogTester(Class<?> clazz, Object object) { super(); setLog(clazz, object); }
From source file com.pentaho.di.purge.IPurgeUtilityLogger.java
/**
* Below is a sample of how to use this class to generate a log file.
*
* <ol>
* <li>Initiate the job my calling the factoty method <code>PurgeUtilityLogger.createNewInstance(OutputStream,
* purgePath)</code> to instantiate the log and supply it with an output stream to hold the log and the root folder of