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