Uses of Class
org.djutils.logger.CategoryLogger.DelegateLogger
Packages that use CategoryLogger.DelegateLogger
-
Uses of CategoryLogger.DelegateLogger in org.djutils.logger
Fields in org.djutils.logger declared as CategoryLogger.DelegateLoggerModifier and TypeFieldDescriptionstatic final CategoryLogger.DelegateLogger
CategoryLogger.DELEGATE_LOGGER
The delegate logger instance that does the actual logging work, after a positive filter outcome.static final CategoryLogger.DelegateLogger
CategoryLogger.NO_LOGGER
The delegate logger that returns immediately after a negative filter outcome.Methods in org.djutils.logger that return CategoryLogger.DelegateLoggerModifier and TypeMethodDescriptionCategoryLogger.always()
The "pass" filter that will result in always trying to log.CategoryLogger.filter
(Set<LogCategory> logCategories) Check whether the provided categories contain one or more categories that need to be logged.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.CategoryLogger.DelegateLogger.when
(boolean condition) The conditional filter that will result in the usage of a DelegateLogger.CategoryLogger.DelegateLogger.when
(BooleanSupplier supplier) The conditional filter that will result in the usage of a DelegateLogger.CategoryLogger.when
(boolean condition) The conditional filter that will result in the usage of a DelegateLogger.CategoryLogger.when
(BooleanSupplier supplier) The conditional filter that will result in the usage of a DelegateLogger.