Package | Description |
---|---|
net.sf.mmm.logging |
Provides test-code to test logging.
|
Modifier and Type | Field and Description |
---|---|
private TestLogger.LogLevel |
TestLogger.LogEvent.level
The
TestLogger.LogLevel . |
Modifier and Type | Method and Description |
---|---|
TestLogger.LogLevel |
TestLogger.LogEvent.getLevel() |
static TestLogger.LogLevel |
TestLogger.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestLogger.LogLevel[] |
TestLogger.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LogEvent(TestLogger.LogLevel level,
String message,
Throwable throwable,
Object... arguments)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.