org.mockserver.logging
Class Logging

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

public class Logging
extends Object

Author:
jamesdbloom

Constructor Summary
Logging()
           
 
Method Summary
static void overrideLogLevel(String level)
          Override the debug WARN logging level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logging

public Logging()
Method Detail

overrideLogLevel

public static void overrideLogLevel(String level)
Override the debug WARN logging level

Parameters:
level - the log level, which can be ALL, DEBUG, INFO, WARN, ERROR, OFF


Copyright © 2014. All rights reserved.