Class TestLogger

java.lang.Object
reactor.test.util.TestLogger
All Implemented Interfaces:
Logger

public class TestLogger extends Object implements Logger
A Logger that writes to ByteArrayOutputStream and allows retrieval of the logs via getErrContent() and getOutContent(). Both buffers can be cleared with reset().
Author:
Simon Baslé