public interface DefaultLevel
Modifier and Type | Interface and Description |
---|---|
static class |
DefaultLevel.All
Returns Level.ALL as the default level.
|
static class |
DefaultLevel.Config
Returns Level.CONFIG as the default level.
|
static class |
DefaultLevel.Fine
Returns Level.FINE as the default level.
|
static class |
DefaultLevel.Finer
Returns Level.FINER as the default level.
|
static class |
DefaultLevel.Finest
Returns Level.FINEST as the default level.
|
static class |
DefaultLevel.Info
Returns Level.INFO as the default level.
|
static class |
DefaultLevel.Severe
Returns Level.SEVERE as the default level.
|
static class |
DefaultLevel.Warning
Returns Level.WARNING as the default level.
|
Modifier and Type | Method and Description |
---|---|
Level |
getLevel() |
Level getLevel()
Copyright © 2018. All rights reserved.