Uses of Class
org.zeroturnaround.exec.stream.slf4j.Slf4jOutputStream

Packages that use Slf4jOutputStream
org.zeroturnaround.exec.stream.slf4j   
 

Uses of Slf4jOutputStream in org.zeroturnaround.exec.stream.slf4j
 

Subclasses of Slf4jOutputStream in org.zeroturnaround.exec.stream.slf4j
 class Slf4jDebugOutputStream
          Output stream that writes debug level messages to a given Logger.
 class Slf4jErrorOutputStream
          Output stream that writes error level messages to a given Logger.
 class Slf4jInfoOutputStream
          Output stream that writes info level messages to a given Logger.
 class Slf4jTraceOutputStream
          Output stream that writes trace level messages to a given Logger.
 class Slf4jWarnOutputStream
          Output stream that writes warn level messages to a given Logger.
 

Methods in org.zeroturnaround.exec.stream.slf4j that return Slf4jOutputStream
 Slf4jOutputStream Slf4jStream.as(Level level)
           
 Slf4jOutputStream Slf4jStream.asDebug()
           
 Slf4jOutputStream Slf4jStream.asError()
           
 Slf4jOutputStream Slf4jStream.asInfo()
           
 Slf4jOutputStream Slf4jStream.asTrace()
           
 Slf4jOutputStream Slf4jStream.asWarn()
           
 



Copyright © 2015 ZeroTurnaround. All rights reserved.