Class AutoRepiperDebugLogStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.PrintStream
zombie.debug.DebugLogStream
zombie.debug.AutoRepiperDebugLogStream
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionAutoRepiperDebugLogStream
(PrintStream printStream, DebugType debugType, LogSeverity logSeverity) -
Method Summary
Methods inherited from class zombie.debug.DebugLogStream
debugln, debugln, debugln, debugln, debugOnceln, debugOnceln, debugOnceln, debugOnceln, error, error, error, error, generateCallerPrefix, getFormatter, getLogSeverity, getStackTraceElementString, getTopStackTraceString, getWrappedErrStream, getWrappedOutStream, getWrappedWarnStream, isEnabled, isLogEnabled, noise, noise, noise, noise, print, print, print, print, print, print, print, print, printException, printException, printf, println, println, println, println, println, println, println, println, println, println, println, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setLogSeverity, trace, trace, trace, trace, tryGetCallerTraceElement, warn, warn, warn, warn, warnOnce, warnOnce, warnOnce, warnOnce
Methods inherited from class java.io.PrintStream
append, append, append, charset, checkError, close, flush, format, format, print, printf, write, write, write, writeBytes
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
AutoRepiperDebugLogStream
public AutoRepiperDebugLogStream(PrintStream printStream, DebugType debugType, LogSeverity logSeverity)
-
-
Method Details
-
getDefaultDebugType
-