Package de.learnlib.logging
Class Category
- 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 MarkerCONFIGMarker for config-related properties.static MarkerCOUNTEREXAMPLEMarker for counterexample-related properties.static MarkerDATASTRUCTUREMarker for data structure-related properties.static MarkerEVENTMarker for event-related properties.static MarkerMODELMarker for model-related properties.static MarkerPHASEMarker for phase-related properties.static MarkerPROFILINGMarker for profiling-related properties.static MarkerQUERYMarker for query-related properties.static MarkerSTATISTICMarker for statistic-related properties.static MarkerSYSTEMMarker for system-related properties.
-
-
-
Field Detail
-
CONFIG
public static final Marker CONFIG
Marker for config-related properties.
-
COUNTEREXAMPLE
public static final Marker COUNTEREXAMPLE
Marker for counterexample-related properties.
-
DATASTRUCTURE
public static final Marker DATASTRUCTURE
Marker for data structure-related properties.
-
EVENT
public static final Marker EVENT
Marker for event-related properties.
-
MODEL
public static final Marker MODEL
Marker for model-related properties.
-
PHASE
public static final Marker PHASE
Marker for phase-related properties.
-
PROFILING
public static final Marker PROFILING
Marker for profiling-related properties.
-
QUERY
public static final Marker QUERY
Marker for query-related properties.
-
STATISTIC
public static final Marker STATISTIC
Marker for statistic-related properties.
-
SYSTEM
public static final Marker SYSTEM
Marker for system-related properties.
-
-