- All Implemented Interfaces:
- org.apache.pekko.actor.Actor, org.apache.pekko.dispatch.RequiresMessageQueue<org.apache.pekko.event.LoggerMessageQueueSemantics>, org.apache.pekko.event.Logging.StdOutLogger
public class SilenceAllTestEventListener
extends org.apache.pekko.testkit.TestEventListener
An adaption of TestEventListener that does not print out any logs. Use together with pekko.http.impl.util.WithLogCapturing
.
It allows to enable noisy logging for tests and silence pre/post test log output completely while still showing
test-specific log output selectively on failures.