Classes to assist in logging.
-
The delegate logger instance that does the actual logging work, after a positive filter outcome.
The delegate logger that returns immediately after a negative filter outcome.
The "pass" filter that will result in always trying to log.
Check whether the provided categories contain one or more categories that need to be logged.
Check whether the provided category needs to be logged.
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.
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.
The conditional filter that will result in the usage of a DelegateLogger.