Class LogAppendable
java.lang.Object
org.apache.hc.client5.http.impl.async.LogAppendable
- All Implemented Interfaces:
Appendable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringBuilderprivate final org.slf4j.Loggerprivate final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(char ch) append(CharSequence text) append(CharSequence text, int start, int end) voidflush()
-
Field Details
-
log
private final org.slf4j.Logger log -
prefix
-
buffer
-
-
Constructor Details
-
LogAppendable
-
-
Method Details
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
flush
public void flush()
-