Package org.gitlab4j.api.utils
Class MaskingLoggingFilter.LoggingStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- org.gitlab4j.api.utils.MaskingLoggingFilter.LoggingStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
- Enclosing class:
- MaskingLoggingFilter
protected class MaskingLoggingFilter.LoggingStream extends java.io.FilterOutputStreamThis class is responsible for logging the request entities, it will truncate at maxEntitySize and add "...more..." to the end of the entity log string.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(int i)
-