List of usage examples for org.apache.maven.plugin.logging Log interface-usage
From source file net.hasor.maven.StreamLog.java
/** * a Simple Maven Log that outputs to a Stream */ class StreamLog implements Log { static final int DEBUG = 0; static final int INFO = 1;
From source file net.sf.yal10n.analyzer.NullLog.java
/** * Simple null logger for maven during tests. */ public class NullLog implements Log { /** * {@inheritDoc}
From source file nl.pieni.maven.dependency_analyzer.test_helpers.SimpleLogger.java
/** * Log implementation for test classes */ public class SimpleLogger implements Log { @Override public boolean isDebugEnabled() {
From source file org.codehaus.mojo.cobertura.integration.shell.StringBufferLog.java
/** * @author <a href="mailto:lj@jguru.se">Lennart Jörelid</a>, jGuru Europe AB */ public class StringBufferLog implements Log { // Internal state
From source file org.codehaus.mojo.exec.StreamLog.java
/** * a Simple Maven Log that outputs to a Stream */ class StreamLog implements Log { static final int DEBUG = 0;
From source file org.codehaus.mojo.scmchangelog.scm.util.ColorConsoleLogger.java
/** * Logger Wrapper that uses the ANSI Console Commands to add some colors. * @author ehsavoie * @version $Id$ */ public class ColorConsoleLogger implements Log {
From source file org.codehaus.mojo.versions.utils.ContextualLog.java
/**
* A {@link org.apache.maven.plugin.logging.Log} that knows about multiple contexts and can report on those contexts with
* separators between each context
*
* @author Stephen Connolly
* @since 15-Sep-2010 15:51:06
From source file org.efaps.maven.run.MavenLoggerOverSLF4J.java
/** * @author tmo * @version $Id$ */ public class MavenLoggerOverSLF4J implements Log {
From source file org.fest.javafx.maven.LogStub.java
/** * Understands an implementation of <code>{@link Log}</code> that does not do anything. * * @author Alex Ruiz */ public class LogStub implements Log {
From source file org.javalite.db_migrator.MockLog.java
public class MockLog implements Log { public boolean isDebugEnabled() { return false; }