public class TestLogger extends Object
| Modifier and Type | Field and Description |
|---|---|
static Level |
CONFIG |
static Level |
DEBUG |
static Level |
INFO |
| Constructor and Description |
|---|
TestLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
log(String msg) |
static void |
logConfig(String msg) |
static void |
logDebug(String msg) |
static void |
logDebug(String msg,
Throwable t) |
static void |
logInfo(String msg) |
static void |
setLogLevel(Level level) |
public static final Level INFO
public static final Level DEBUG
public static final Level CONFIG
Copyright © 2018 JBoss by Red Hat. All rights reserved.