Package org.opentrafficsim.base.logger
Class Cat
- java.lang.Object
-
- org.opentrafficsim.base.logger.Cat
-
public final class Cat extends java.lang.ObjectPredefined 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 LogCategoryBASEBASE project.static LogCategoryCORECORE project.static LogCategoryPARSERPARSER projects.static LogCategoryROADROAD 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.
-
-