Class LogPrintStream

    • Constructor Detail

      • LogPrintStream

        public LogPrintStream​(org.slf4j.Logger logger)
        Creates a LogPrintStream for the given Logger.
        Parameters:
        logger - must not be null
      • LogPrintStream

        public LogPrintStream​(org.slf4j.Logger logger,
                              org.slf4j.event.Level level)
        Creates a LogPrintStream for the given Logger, which logs at the specified level.
        Parameters:
        logger - must not be null
        level - must not be null