Class SystemOutLogConsumer
java.lang.Object
org.microshed.testing.testcontainers.SystemOutLogConsumer
- All Implemented Interfaces:
Consumer<org.testcontainers.containers.output.OutputFrame>
public class SystemOutLogConsumer
extends Object
implements Consumer<org.testcontainers.containers.output.OutputFrame>
Can be supplied to
GenericContainer.withLogConsumer(Consumer), or any other
GenericContainer to pipe all container output to System.out