Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- getDefaultDebugType()
- parseRepipeDirection(Object)
- parseRepipedLogSeverity(Object, LogSeverity)
- getRepipedStream(PrintStream, DebugType)
- getRepipedStream(PrintStream, DebugLogStream)
- write(PrintStream, LogSeverity, String)
- writeln(PrintStream, LogSeverity, String)
- writeln(PrintStream, LogSeverity, String, Object...)
- writeWithCallerPrefixln(PrintStream, LogSeverity, int, boolean, Object)
- writeWithCallerPrefixln(PrintStream, LogSeverity, int, boolean, String, Object...)
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
-
Field Summary
Fields inherited from class java.io.FilterOutputStream
out
-
Constructor Summary
ConstructorsConstructorDescriptionAutoRepiperDebugLogStream
(PrintStream printStream, DebugType debugType, LogSeverity logSeverity) -
Method Summary
Modifier and TypeMethodDescriptionprotected PrintStream
getRepipedStream
(PrintStream printStream, DebugLogStream debugLogStream) protected PrintStream
getRepipedStream
(PrintStream printStream, DebugType debugType) protected DebugType
parseRepipeDirection
(Object object) protected LogSeverity
parseRepipedLogSeverity
(Object object, LogSeverity logSeverity0) protected void
write
(PrintStream printStream1, LogSeverity logSeverity1, String string) protected void
writeln
(PrintStream printStream1, LogSeverity logSeverity1, String string) protected void
writeln
(PrintStream printStream1, LogSeverity logSeverity1, String string, Object... object) protected void
writeWithCallerPrefixln
(PrintStream printStream1, LogSeverity logSeverity1, int int0, boolean boolean0, Object object) protected void
writeWithCallerPrefixln
(PrintStream printStream1, LogSeverity logSeverity1, int int0, boolean boolean0, String string, Object... object) 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, clearError, close, flush, format, format, print, printf, setError, 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
-
parseRepipeDirection
-
parseRepipedLogSeverity
-
getRepipedStream
-
getRepipedStream
-
write
- Overrides:
write
in classDebugLogStream
-
writeln
- Overrides:
writeln
in classDebugLogStream
-
writeln
protected void writeln(PrintStream printStream1, LogSeverity logSeverity1, String string, Object... object) - Overrides:
writeln
in classDebugLogStream
-
writeWithCallerPrefixln
protected void writeWithCallerPrefixln(PrintStream printStream1, LogSeverity logSeverity1, int int0, boolean boolean0, Object object) - Overrides:
writeWithCallerPrefixln
in classDebugLogStream
-
writeWithCallerPrefixln
protected void writeWithCallerPrefixln(PrintStream printStream1, LogSeverity logSeverity1, int int0, boolean boolean0, String string, Object... object) - Overrides:
writeWithCallerPrefixln
in classDebugLogStream
-