Only allow invocation if certain criteria is met, else use another TestResultLogger
(defaulting to nothing) .
Only allow invocation if certain criteria is met, else use another TestResultLogger
(defaulting to nothing) .
Perform logging.
Perform logging.
The target logger to write output to.
The test results about which to log.
The task about which we are logging. Eg. "my-module-b/test:test"
Allow invocation unless a certain predicate passes, in which case use another TestResultLogger
(defaulting to nothing) .
Allow invocation unless a certain predicate passes, in which case use another TestResultLogger
(defaulting to nothing) .
SBT's default
TestResultLogger
. Usecopy()
to change selective portions.