Package org.opentrafficsim.base.logger
Class Cat
- java.lang.Object
-
- org.opentrafficsim.base.logger.Cat
-
public final class Cat extends Object
Predefined categories for Category logging.
Copyright (c) 2003-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.- Author:
- Alexander Verbraeck
-
-
Field Summary
Fields Modifier and Type Field Description static LogCategory
BASE
BASE project.static LogCategory
CORE
CORE project.static LogCategory
PARSER
PARSER projects.static LogCategory
ROAD
ROAD project.
-
-
-
Field Detail
-
BASE
public static final LogCategory BASE
BASE project.
-
CORE
public static final LogCategory CORE
CORE project.
-
ROAD
public static final LogCategory ROAD
ROAD project.
-
PARSER
public static final LogCategory PARSER
PARSER projects.
-
-