org.apache.logging.log4j.io
Class CharStreamLogger

java.lang.Object
  extended by org.apache.logging.log4j.io.CharStreamLogger

public class CharStreamLogger
extends Object

Since:
2.1

Constructor Summary
CharStreamLogger(ExtendedLogger logger, Level level, Marker marker)
           
 
Method Summary
 void close(String fqcn)
           
 void put(String fqcn, char[] cbuf, int off, int len)
           
 void put(String fqcn, CharSequence str, int off, int len)
           
 void put(String fqcn, int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharStreamLogger

public CharStreamLogger(ExtendedLogger logger,
                        Level level,
                        Marker marker)
Method Detail

close

public void close(String fqcn)

put

public void put(String fqcn,
                char[] cbuf,
                int off,
                int len)

put

public void put(String fqcn,
                CharSequence str,
                int off,
                int len)

put

public void put(String fqcn,
                int c)


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.