Class PyLogOutputStream

java.lang.Object
java.io.OutputStream
io.deephaven.integrations.python.PyLogOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class PyLogOutputStream extends OutputStream
Simple output stream that redirects all writes to a python io.TextIOBase type.