public static final class TestLogManager.Installer extends Object
| Constructor and Description |
|---|
Installer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
install()
Install the log manager using default logging properties from the resource /logging.properties.
|
static void |
install(String resource)
Install the log manager.
|
public static void install()
public static void install(String resource)
Must be called before any logging takes place.
resource - is the resource URL of the logging properties fileCopyright © 2014–2015 Tomas Teubner. All rights reserved.