List of usage examples for org.apache.commons.logging Log interface-usage
From source file org.squale.jraf.spi.logging.ILogger.java
/**
* <p>Project: JRAF
* <p>Module: jrafSpi
* <p>Title : ILogger.java</p>
* <p>Description : Logger JRAF</p>
* <p>Copyright : Copyright (c) 2004</p>
From source file org.echocat.jomon.runtime.logging.Cl2Slf4jLog.java
public class Cl2Slf4jLog implements Log { @Nonnull private final Logger _logger; public Cl2Slf4jLog(@Nonnull Logger logger) {
From source file com.google.gwt.dev.shell.tomcat.CommonsLoggerAdapter.java
/** * Maps Tomcat's commons logger onto the GWT shell's tree logger. */ public class CommonsLoggerAdapter implements org.apache.commons.logging.Log { private TreeLogger log;
From source file com.github.veithen.ulog.PlexusLog.java
final class PlexusLog implements Log { private final Logger logger; public PlexusLog(Logger logger) { this.logger = logger; }
From source file org.springframework.osgi.util.SimpleLogger.java
/**
* Simple Logger implementation used as fall back to degrade gracefully in case
* the LogFactory implementation is not configured properly.
*
* @author Costin Leau
*
From source file aot.jcl.CustomLog.java
/** * @author Dmitry Kotlyarov * @since 1.0 */ public class CustomLog implements Log { public CustomLog() {
From source file org.apache.blur.log.Log.java
/** * */ public interface Log extends org.apache.commons.logging.Log { public void trace(Object message, Object... args);
From source file com.tnsoft.util.logging.AbstractLog.java
/**
* <p>
* The abstract implementation of {@link Log} for generic operations.
* </p>
*
* @author M.J.Fung
From source file com.norbl.util.NearNilLog.java
/** An implementation of <tt>org.apache.commons.logging.Log</tt>
* that suppresses most log messages and writes the other to the stdout.<p>
*
* Usage: add the line
* <blockquote><tt>
* System.setProperty("org.apache.commons.logging.Log",
From source file com.appspresso.api.AxLog.java
/**
* ?? ? ?.
* <p>
* ? ? ? ({@link android.util.Log})? ? {@link org.apache.commons.logging.Log}
* , {@link org.apache.commons.logging.LogFactory} .
* <p>