de.codecentric.jbehave.junit.monitoring
Class Logger

java.lang.Object
  extended by de.codecentric.jbehave.junit.monitoring.Logger

public class Logger
extends Object


Field Summary
static String PROP_JJM_LOGLEVEL
           
 
Constructor Summary
Logger()
           
 
Method Summary
 void debug(String message, Object... params)
           
 void info(String message, Object... params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_JJM_LOGLEVEL

public static final String PROP_JJM_LOGLEVEL
See Also:
Constant Field Values
Constructor Detail

Logger

public Logger()
Method Detail

info

public void info(String message,
                 Object... params)

debug

public void debug(String message,
                  Object... params)


Copyright © 2012 codecentric AG. All Rights Reserved.