public final class ConventionalLevelHierarchy extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableSet<Level> |
DEBUG_LEVELS
Levels that would be considered enabled in Log4J/Logback if a Logger was set to DEBUG.
|
static com.google.common.collect.ImmutableSet<Level> |
ERROR_LEVELS
Levels that would be considered enabled in Log4J/Logback if a Logger was set to ERROR.
|
static com.google.common.collect.ImmutableSet<Level> |
INFO_LEVELS
Levels that would be considered enabled in Log4J/Logback if a Logger was set to INFO.
|
static com.google.common.collect.ImmutableSet<Level> |
OFF_LEVELS
Levels that would be considered enabled in Log4J/Logback if a Logger was set to OFF.
|
static com.google.common.collect.ImmutableSet<Level> |
TRACE_LEVELS
Levels that would be considered enabled in Log4J/Logback if a Logger was set to TRACE.
|
static com.google.common.collect.ImmutableSet<Level> |
WARN_LEVELS
Levels that would be considered enabled in Log4J/Logback if a Logger was set to WARN.
|
public static final com.google.common.collect.ImmutableSet<Level> OFF_LEVELS
public static final com.google.common.collect.ImmutableSet<Level> ERROR_LEVELS
Level.ERROR
.public static final com.google.common.collect.ImmutableSet<Level> WARN_LEVELS
Level.ERROR
and Level.WARN
.public static final com.google.common.collect.ImmutableSet<Level> INFO_LEVELS
Level.ERROR
, Level.WARN
and Level.INFO
.public static final com.google.common.collect.ImmutableSet<Level> DEBUG_LEVELS
Level.ERROR
, Level.WARN
, Level.INFO
and Level.DEBUG
.public static final com.google.common.collect.ImmutableSet<Level> TRACE_LEVELS
Level.ERROR
, Level.WARN
, Level.INFO
, Level.DEBUG
and Level.TRACE
.Copyright © 2013. All Rights Reserved.