Class LoggingWriter

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class LoggingWriter extends BufferWriter
Logs all write calls in a way that can be put into Java source code. This is used to capture real-world scenarios for unit testing.

This class is not thread safe.

Author:
AO Industries, Inc.