| Package | Description |
|---|---|
| gw.util |
| Modifier and Type | Method and Description |
|---|---|
static SystemOutLogger.LoggingLevel |
SystemOutLogger.LoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemOutLogger.LoggingLevel[] |
SystemOutLogger.LoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SystemOutLogger.log(SystemOutLogger.LoggingLevel level,
Object msg) |
protected void |
SystemOutLogger.log(SystemOutLogger.LoggingLevel level,
Object msg,
Throwable t) |
void |
SystemOutLogger.setLevel(SystemOutLogger.LoggingLevel level) |
| Constructor and Description |
|---|
SystemOutLogger(SystemOutLogger.LoggingLevel level) |
Copyright © 2015. All rights reserved.