Uses of Class
org.apache.logging.log4j.io.IoBuilder
Packages that use IoBuilder
-
Uses of IoBuilder in org.apache.logging.log4j.io
Methods in org.apache.logging.log4j.io that return IoBuilderModifier and TypeMethodDescriptionIoBuilder.filter(InputStream inputStream) Configures anInputStreamto be wiretapped when building an InputStream.IoBuilder.filter(OutputStream outputStream) Configures anOutputStreamto be written to in addition to the underlying Logger.Configures aReaderto be wiretapped when building a Reader.Configures aWriterto be written to in addition to the underlying Logger.static IoBuilderIoBuilder.forLogger()Creates a new builder using a Logger named after the calling Class.static IoBuilderCreates a new builder using a Logger named after a given Class.static IoBuilderCreates a new builder using a Logger name.static IoBuilderCreates a new builder for a givenLogger.IoBuilder.setAutoFlush(boolean autoFlush) Indicates whether or not a builtPrintWriterorPrintStreamshould automatically flush when one of theprintln,printf, orformatmethods are invoked, or when a new line character is printed.IoBuilder.setBuffered(boolean buffered) Enables or disables using a buffered variant of the desired IO class.IoBuilder.setBufferSize(int bufferSize) Configures the buffer size to use when building aBufferedReaderorBufferedInputStreamLoggerStream.IoBuilder.setCharset(Charset charset) Specifies theLevelto log at.Specifies an optionalMarkerto use in all logging messages.IoBuilder.setWrapperClassName(String fqcn) Specifies the fully qualified class name of the IO wrapper class implementation.