Package | Description |
---|---|
org.djutils.logger |
Classes to assist in logging.
|
Modifier and Type | Field and Description |
---|---|
protected static CategoryLogger.ConditionalLogger |
CategoryLogger.conditionalLogger
The conditional logger works on the basis of a true condition.
|
protected static CategoryLogger.ConditionalLogger |
CategoryLogger.conditionalNoLogger
The conditional logger works on the basis of a condition, failing the condition.
|
Modifier and Type | Method and Description |
---|---|
static CategoryLogger.ConditionalLogger |
CategoryLogger.when(boolean condition)
The conditional filter that will result in the usage of a ConditionalLogger.
|
static CategoryLogger.ConditionalLogger |
CategoryLogger.when(BooleanSupplier supplier)
The conditional filter that will result in the usage of a ConditionalLogger.
|
Copyright © 2018–2019 Delft University of Technology. All rights reserved.