Module bus.gitlab

Class MaskingLoggingFilter.LoggingStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.miaixz.bus.gitlab.support.MaskingLoggingFilter.LoggingStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
MaskingLoggingFilter

protected class MaskingLoggingFilter.LoggingStream extends FilterOutputStream
This class is responsible for logging the request entities, it will truncate at maxEntitySize and add "...more..." to the end of the entity log string.