Class LogAppendable
- java.lang.Object
-
- org.apache.hc.client5.http.impl.async.LogAppendable
-
- All Implemented Interfaces:
java.lang.Appendable
final class LogAppendable extends java.lang.Object implements java.lang.Appendable
-
-
Constructor Summary
Constructors Constructor Description LogAppendable(org.slf4j.Logger log, java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Appendableappend(char ch)java.lang.Appendableappend(java.lang.CharSequence text)java.lang.Appendableappend(java.lang.CharSequence text, int start, int end)voidflush()
-
-
-
Method Detail
-
append
public java.lang.Appendable append(java.lang.CharSequence text) throws java.io.IOException- Specified by:
appendin interfacejava.lang.Appendable- Throws:
java.io.IOException
-
append
public java.lang.Appendable append(java.lang.CharSequence text, int start, int end) throws java.io.IOException- Specified by:
appendin interfacejava.lang.Appendable- Throws:
java.io.IOException
-
append
public java.lang.Appendable append(char ch) throws java.io.IOException- Specified by:
appendin interfacejava.lang.Appendable- Throws:
java.io.IOException
-
flush
public void flush()
-
-