| Package | Description |
|---|---|
| org.echocat.jomon.testing.environments |
| Modifier and Type | Field and Description |
|---|---|
static LoggingEnvironment.Type |
LoggingEnvironment.DEFAULT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static LoggingEnvironment.Type |
LoggingEnvironment.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoggingEnvironment.Type[] |
LoggingEnvironment.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected LoggingEnvironmentConfiguration |
LoggingEnvironment.configurationFor(java.lang.Class<?> clazz,
LoggingEnvironment.Type type) |
| Constructor and Description |
|---|
LoggingEnvironment(java.lang.Class<?> clazz,
LoggingEnvironment.Type type) |
LoggingEnvironment(LoggingEnvironment.Type type) |
LoggingEnvironment(java.lang.Object object,
LoggingEnvironment.Type type) |
Copyright © 2015 echocat. All Rights Reserved.