- java.lang.Object
-
- de.learnlib.logging.Category
-
public final class Category extends Object
A set of markers that allow one to categorize logging output.
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.MarkerCONFIGMarker for config-related properties.static org.slf4j.MarkerCOUNTEREXAMPLEMarker for counterexample-related properties.static org.slf4j.MarkerDATASTRUCTUREMarker for data structure-related properties.static org.slf4j.MarkerEVENTMarker for event-related properties.static org.slf4j.MarkerMODELMarker for model-related properties.static org.slf4j.MarkerPHASEMarker for phase-related properties.static org.slf4j.MarkerPROFILINGMarker for profiling-related properties.static org.slf4j.MarkerQUERYMarker for query-related properties.static org.slf4j.MarkerSTATISTICMarker for statistic-related properties.static org.slf4j.MarkerSYSTEMMarker for system-related properties.
-
-
-
Field Detail
-
CONFIG
public static final org.slf4j.Marker CONFIG
Marker for config-related properties.
-
COUNTEREXAMPLE
public static final org.slf4j.Marker COUNTEREXAMPLE
Marker for counterexample-related properties.
-
DATASTRUCTURE
public static final org.slf4j.Marker DATASTRUCTURE
Marker for data structure-related properties.
-
EVENT
public static final org.slf4j.Marker EVENT
Marker for event-related properties.
-
MODEL
public static final org.slf4j.Marker MODEL
Marker for model-related properties.
-
PHASE
public static final org.slf4j.Marker PHASE
Marker for phase-related properties.
-
PROFILING
public static final org.slf4j.Marker PROFILING
Marker for profiling-related properties.
-
QUERY
public static final org.slf4j.Marker QUERY
Marker for query-related properties.
-
STATISTIC
public static final org.slf4j.Marker STATISTIC
Marker for statistic-related properties.
-
SYSTEM
public static final org.slf4j.Marker SYSTEM
Marker for system-related properties.
-
-