org.mockserver.logging
Class LogFormatter

java.lang.Object
  extended by org.mockserver.logging.LogFormatter

public class LogFormatter
extends Object

Author:
jamesdbloom

Constructor Summary
LogFormatter(org.slf4j.Logger logger)
           
 
Method Summary
 void infoLog(String message, Object... objects)
           
 void traceLog(String message, Object... objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFormatter

public LogFormatter(org.slf4j.Logger logger)
Method Detail

traceLog

public void traceLog(String message,
                     Object... objects)

infoLog

public void infoLog(String message,
                    Object... objects)


Copyright © 2017. All rights reserved.