| Package | Description |
|---|---|
| com.openindex.openestate.tool.core |
| Modifier and Type | Field and Description |
|---|---|
protected LoggingOutputStream.Priority |
LoggingOutputStream.priority
The priority to use when writing to the Logger.
|
| Modifier and Type | Method and Description |
|---|---|
static LoggingOutputStream.Priority |
LoggingOutputStream.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingOutputStream.Priority[] |
LoggingOutputStream.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LoggingOutputStream(org.slf4j.Logger logger,
LoggingOutputStream.Priority priority)
Creates the LoggingOutputStream to flush to the given Logger.
|
LoggingOutputStream(org.slf4j.Logger logger,
LoggingOutputStream.Priority priority,
String prefix)
Creates the LoggingOutputStream to flush to the given Logger.
|
Copyright © 2015 OpenEstate. All rights reserved.