Class LoggingOutputStream

java.lang.Object
java.io.OutputStream
dev.projectenhanced.enhancedjda.logger.LoggingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LoggingOutputStream extends OutputStream
OutputStream used for System.err logger
  • Constructor Details

    • LoggingOutputStream

      public LoggingOutputStream(org.slf4j.Logger logger, org.slf4j.event.Level level)
  • Method Details