Uses of Class
org.djutils.logger.LogCategory
-
Uses of LogCategory in org.djutils.logger
Modifier and TypeFieldDescriptionstatic final LogCategory
LogCategory.ALL
The category to indicate that ALL messages need to be logged.Modifier and TypeMethodDescriptionstatic ImmutableSet<LogCategory>
CategoryLogger.getLogCategories()
Return the set of all log categories (cached immutable copy).Modifier and TypeMethodDescriptionstatic void
CategoryLogger.addLogCategory
(LogCategory logCategory) Add a category to be logged to the Writers.CategoryLogger.filter
(LogCategory logCategory) Check whether the provided category needs to be logged.CategoryLogger.filter
(LogCategory... logCategories) Check whether the provided categories contain one or more categories that need 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 TypeMethodDescriptionCategoryLogger.filter
(Set<LogCategory> logCategories) Check whether the provided categories contain one or more categories that need to be logged.