org.apache.logging.log4j.io
Class LoggerInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.logging.log4j.io.LoggerInputStream
- All Implemented Interfaces:
- Closeable
public class LoggerInputStream
- extends FilterInputStream
Logs each line read to a pre-defined level. Can also be configured with a Marker.
- Since:
- 2.1
Constructor Summary |
protected |
LoggerInputStream(InputStream in,
Charset charset,
org.apache.logging.log4j.spi.ExtendedLogger logger,
String fqcn,
org.apache.logging.log4j.Level level,
org.apache.logging.log4j.Marker marker)
|
LoggerInputStream
protected LoggerInputStream(InputStream in,
Charset charset,
org.apache.logging.log4j.spi.ExtendedLogger logger,
String fqcn,
org.apache.logging.log4j.Level level,
org.apache.logging.log4j.Marker marker)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FilterInputStream
- Throws:
IOException
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.