Uses of Class
org.zeroturnaround.exec.stream.slf4j.Slf4jOutputStream
-
Packages that use Slf4jOutputStream Package Description org.zeroturnaround.exec.stream.slf4j -
-
Uses of Slf4jOutputStream in org.zeroturnaround.exec.stream.slf4j
Subclasses of Slf4jOutputStream in org.zeroturnaround.exec.stream.slf4j Modifier and Type Class Description classSlf4jDebugOutputStreamOutput stream that writesdebuglevel messages to a givenLogger.classSlf4jErrorOutputStreamOutput stream that writeserrorlevel messages to a givenLogger.classSlf4jInfoOutputStreamOutput stream that writesinfolevel messages to a givenLogger.classSlf4jTraceOutputStreamOutput stream that writestracelevel messages to a givenLogger.classSlf4jWarnOutputStreamOutput stream that writeswarnlevel messages to a givenLogger.Methods in org.zeroturnaround.exec.stream.slf4j that return Slf4jOutputStream Modifier and Type Method Description Slf4jOutputStreamSlf4jStream. as(Level level)Slf4jOutputStreamSlf4jStream. asDebug()Slf4jOutputStreamSlf4jStream. asError()Slf4jOutputStreamSlf4jStream. asInfo()Slf4jOutputStreamSlf4jStream. asTrace()Slf4jOutputStreamSlf4jStream. asWarn()
-