| Package | Description |
|---|---|
| org.jboss.logmanager.handlers |
| Modifier and Type | Method | Description |
|---|---|---|
static ConsoleHandler.Target |
ConsoleHandler.Target.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ConsoleHandler.Target[] |
ConsoleHandler.Target.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConsoleHandler.setTarget(ConsoleHandler.Target target) |
Set the target for this console handler.
|
| Constructor | Description |
|---|---|
ConsoleHandler(ConsoleHandler.Target target) |
Construct a new instance.
|
ConsoleHandler(ConsoleHandler.Target target,
Formatter formatter) |
Construct a new instance.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.