Example usage for org.apache.maven.plugin.logging Log interface-usage

List of usage examples for org.apache.maven.plugin.logging Log interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.plugin.logging Log interface-usage.

Usage

From source file org.maiereni.aem.utils.synchronizer.ConsoleLog.java

/**
 * @author Petre Maierean
 *
 */
public class ConsoleLog implements Log {

From source file org.reficio.p2.logger.Logger.java

/**
 * @author Tom Bujok (tom.bujok@gmail.com)<br>
 *         Reficio (TM) - Reestablish your software!<br>
 *         http://www.reficio.org
 * @since 1.0.0
 */

From source file org.slf4j.impl.MavenLogWrapper.java

public class MavenLogWrapper implements Log {

    Log myLog;

    MavenLogWrapper(Log log) {
        super();

From source file org.sonarsource.scanner.maven.TimestampLogger.java

public class TimestampLogger implements Log {
    private final DateTimeFormatter timeFormatter;
    private final Log log;

    public TimestampLogger(Log log) {
        this.log = log;

From source file org.sonatype.nexus.plugin.StringBuilderLog.java

public class StringBuilderLog implements Log {
    private final StringBuilder stringBuilder;

    private Log log;

    public StringBuilderLog(final Log log) {

From source file org.springframework.cloud.release.internal.pom.PomUpdater.java

class LoggerToMavenLog implements Log {

    private final Logger logger;

    LoggerToMavenLog(Logger logger) {
        this.logger = logger;

From source file org.springframework.cloud.release.internal.PomUpdater.java

class LoggerToMavenLog implements Log {

    private final Logger logger;

    LoggerToMavenLog(Logger logger) {
        this.logger = logger;

From source file org.truelicense.maven.plugin.commons.DecoratingLog.java

/**
 * @author Christian Schlichtherle
 */
class DecoratingLog implements Log {

    /** The nullable log. */