Uses of Class
org.apache.logging.log4j.io.LoggerPrintStream
-
Packages that use LoggerPrintStream Package Description org.apache.logging.log4j.io SeeIoBuilder
. -
-
Uses of LoggerPrintStream in org.apache.logging.log4j.io
Methods in org.apache.logging.log4j.io that return LoggerPrintStream Modifier and Type Method Description LoggerPrintStream
LoggerPrintStream. append(char c)
LoggerPrintStream
LoggerPrintStream. append(java.lang.CharSequence csq)
LoggerPrintStream
LoggerPrintStream. append(java.lang.CharSequence csq, int start, int end)
LoggerPrintStream
LoggerPrintStream. format(java.lang.String format, java.lang.Object... args)
LoggerPrintStream
LoggerPrintStream. format(java.util.Locale l, java.lang.String format, java.lang.Object... args)
LoggerPrintStream
LoggerPrintStream. printf(java.lang.String format, java.lang.Object... args)
LoggerPrintStream
LoggerPrintStream. printf(java.util.Locale l, java.lang.String format, java.lang.Object... args)
-