Package com.sun.javatest.util
Class Log
java.lang.Object
com.sun.javatest.util.Log
Provides simple console logging using java.util.logging API.
Logging level is defined via "jtharness.logging.level" system property.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Corresponds to Level.SEVERE levelstatic void
static void
static void
static void
static void
resetLoggingSettings
(Level newLevel) static void
-
Field Details
-
JTHARNESS_LOGGING_LEVEL_SYS_PROP
- See Also:
-
-
Constructor Details
-
Log
public Log()
-
-
Method Details
-
resetLoggingSettings
-
info
-
finest
-
finer
-
fine
-
warning
-
error
Corresponds to Level.SEVERE level
-