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