| Package | Description |
|---|---|
| org.wildfly.swarm.bootstrap.logging |
| Modifier and Type | Method and Description |
|---|---|
BootstrapLogger.Level |
LevelNode.getLevel() |
BootstrapLogger.Level |
InitialBackingLogger.getLevel() |
BootstrapLogger.Level |
LevelNode.getLevel(String category) |
static BootstrapLogger.Level |
BootstrapLogger.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapLogger.Level[] |
BootstrapLogger.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LevelNode.add(String category,
BootstrapLogger.Level level) |
void |
InitialLoggerManager.log(InitialBackingLogger logger,
BootstrapLogger.Level level,
Object message) |
void |
InitialLoggerManager.log(InitialBackingLogger logger,
BootstrapLogger.Level level,
Object message,
Throwable t) |
| Constructor and Description |
|---|
InitialBackingLogger(String category,
BootstrapLogger.Level level) |
LevelNode(String name,
BootstrapLogger.Level level) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.