| Package | Description | 
|---|---|
| org.opentrafficsim.base.logger | 
 Logger package for simulator-aware CategoryLogger. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static LogCategory | 
LogCategory.ALL
The category to indicate that ALL messages need to be logged. 
 | 
static LogCategory | 
Cat.BASE
BASE project. 
 | 
static LogCategory | 
Cat.CORE
CORE project. 
 | 
static LogCategory | 
Cat.ROAD
ROAD project. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static Set<LogCategory> | 
CategoryLogger.categories
The categories to log. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CategoryLogger.addLogCategory(LogCategory logCategory)
Add a category to be logged to the Writers. 
 | 
static CategoryLogger.DelegateLogger | 
CategoryLogger.filter(LogCategory... logCategories)
Check whether the provided categories contain one or more categories that need to be logged. 
 | 
static CategoryLogger.DelegateLogger | 
CategoryLogger.filter(LogCategory logCategory)
Check whether the provided category needs to be logged. 
 | 
static void | 
CategoryLogger.removeLogCategory(LogCategory logCategory)
Remove a category to be logged to the Writers. 
 | 
static void | 
CategoryLogger.setLogCategories(LogCategory... newLogCategories)
Set the categories to be logged to the Writers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CategoryLogger.DelegateLogger | 
CategoryLogger.filter(Set<LogCategory> logCategories)
Check whether the provided categories contain one or more categories that need to be logged. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.