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.
|