| |
|
| java.lang.Object util.Trace
Trace | public class Trace (Code) | | This class is provided only for backward compatibility for old test suite.
author: Philippe Durieux |
Method Summary | |
public static void | configure() | public static void | errln(String s) Sends the trace message to the jonas logger as error level. | public static Logger | getLogger() | public static void | out(String s) Sends the trace message to the trace output device. | public static void | outln(int f, String s) | public static void | outln(String s) Sends the trace message to the trace output device. |
DB_1 | final public static int DB_1(Code) | | |
DB_31 | final public static int DB_31(Code) | | |
loggerFactory | public static LoggerFactory loggerFactory(Code) | | |
configure | public static void configure()(Code) | | |
errln | public static void errln(String s)(Code) | | Sends the trace message to the jonas logger as error level.
Parameters: s - message to send |
getLogger | public static Logger getLogger()(Code) | | the logger instance for tests |
out | public static void out(String s)(Code) | | Sends the trace message to the trace output device.
Parameters: s - message to send |
outln | public static void outln(int f, String s)(Code) | | Sends the trace message to the trace output device if flag is configured
Parameters: f - this flag must be configured to get the message on output Parameters: s - message to send |
outln | public static void outln(String s)(Code) | | Sends the trace message to the trace output device.
Parameters: s - message to send |
|
|
|