Package net.minecraft.util.logging
Class DebugLoggerPrintStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.PrintStream
net.minecraft.util.logging.LoggerPrintStream
net.minecraft.util.logging.DebugLoggerPrintStream
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
public class DebugLoggerPrintStream extends LoggerPrintStream
-
Field Summary
Fields inherited from class net.minecraft.util.logging.LoggerPrintStream
LOGGER, name
Fields inherited from class java.io.FilterOutputStream
out
-
Constructor Summary
Constructors Constructor Description DebugLoggerPrintStream(String name, OutputStream out)
-
Method Summary
Methods inherited from class net.minecraft.util.logging.LoggerPrintStream
println, println
Methods inherited from class java.io.PrintStream
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, setError, write, write, write, writeBytes
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
DebugLoggerPrintStream
-
-
Method Details
-
log
- Overrides:
log
in classLoggerPrintStream
-