List of usage examples for org.apache.maven.plugin.logging Log interface-usage
From source file ch.ivyteam.ivy.maven.log.LogCollector.java
/**
* Simple Test logger built to make simple assertions on occurred logs.
*
* @author Reguel Wermelinger
* @since 05.11.2014
*/
From source file com.actility.maven.plugin.cocoon.DependencySilentLog.java
/**
* This logger implements both types of logs currently in use and turns off logs.
*
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
* @version $Id: DependencySilentLog.java 1085803 2011-03-26 21:15:52Z hboutemy $
*/
From source file com.baidu.jprotobuf.mojo.StreamLog.java
/** * a Simple Maven Log that outputs to a Stream */ class StreamLog implements Log { static final int DEBUG = 0;
From source file com.googlecode.mycontainer.maven.plugin.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 com.googlecode.t7mp.LookInsideLog.java
/** * TODO Comment. * @author jbellmann * */ public class LookInsideLog implements Log {
From source file com.googlecode.t7mp.SysoutLog.java
public class SysoutLog implements Log { @Override public boolean isDebugEnabled() { return true; }
From source file com.tacitknowledge.pluginsupport.util.NullLogger.java
/**
* Created by IntelliJ IDEA.
* User: mshort
* Date: Feb 18, 2007
* Time: 11:49:03 AM
* To change this template use File | Settings | File Templates.
From source file cop.maven.plugins.mocks.LogMock.java
/** * @author Oleg Cherednik * @since 13.02.2017 */ public class LogMock implements Log { private String infoContent;
From source file de.pfabulist.loracle.mojo.FindingsMaven.java
/** * Copyright (c) 2006 - 2016, Stephan Pfab * SPDX-License-Identifier: BSD-2-Clause */ public class FindingsMaven implements Log, Findings {
From source file io.blitz.mock.MockLog.java
/** * Mocks the maven Log so we can test the log response too. * @author ghermeto */ public class MockLog implements Log {