kieker.tools.util
Class OutputStream2StandardLog
java.lang.Object
java.io.OutputStream
kieker.tools.util.OutputStream2StandardLog
- All Implemented Interfaces:
- Closeable, Flushable
public class OutputStream2StandardLog
- extends OutputStream
Implementation of an OutputStream
that redirects data received via
its write(int)
method to an instance of Log
.
- Since:
- 1.10
- Author:
- Andre van Hoorn, Tillmann Carlos Bielefeld
Method Summary |
void |
write(int b)
|
OutputStream2StandardLog
public OutputStream2StandardLog()
- Default constructor.
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
Copyright 2014 Kieker Project, http://kieker-monitoring.net>