Package com.github.tomakehurst.wiremock.common

Examples of com.github.tomakehurst.wiremock.common.ConsoleNotifier


public class LoggerAdapter implements Logger {

    private final Notifier notifier;

    public LoggerAdapter() {
        this(new ConsoleNotifier(false));
    }
View Full Code Here

TOP

Related Classes of com.github.tomakehurst.wiremock.common.ConsoleNotifier

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.