| Package | Description |
|---|---|
| org.zeroturnaround.exec.stream.slf4j |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Slf4jOutputStream |
Slf4jStream.as(Level level) |
Slf4jOutputStream |
Slf4jStream.asDebug() |
Slf4jOutputStream |
Slf4jStream.asError() |
Slf4jOutputStream |
Slf4jStream.asInfo() |
Slf4jOutputStream |
Slf4jStream.asTrace() |
Slf4jOutputStream |
Slf4jStream.asWarn() |
Copyright © 2020 ZeroTurnaround. All rights reserved.