org.zeroturnaround.exec.stream.slf4j
Class Slf4jOutputStream
java.lang.Object
java.io.OutputStream
org.zeroturnaround.exec.stream.LogOutputStream
org.zeroturnaround.exec.stream.slf4j.Slf4jOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Direct Known Subclasses:
- Slf4jDebugOutputStream, Slf4jErrorOutputStream, Slf4jInfoOutputStream, Slf4jTraceOutputStream, Slf4jWarnOutputStream
public abstract class Slf4jOutputStream
- extends LogOutputStream
Output stream that writes to a given Logger.
- Author:
- Rein Raudjärv
|
Field Summary |
protected org.slf4j.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.slf4j.Logger log
Slf4jOutputStream
public Slf4jOutputStream(org.slf4j.Logger logger)
getLogger
public org.slf4j.Logger getLogger()
Copyright © 2015 ZeroTurnaround. All rights reserved.