Class LoggedOutputStream

java.lang.Object
java.io.OutputStream
VASSAL.tools.logging.LoggedOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LoggedOutputStream extends OutputStream
An OutputStream which feeds an Logger. All output is logged at the WARN level.
Since:
3.1.0
Author:
Joel Uckelman