Uses of Class
de.christofreichardt.diagnosis.io.IndentablePrintStream
-
Packages that use IndentablePrintStream Package Description de.christofreichardt.diagnosis Provides the basic tracing faclitities.de.christofreichardt.diagnosis.file Contains tracers which log into the local file system.de.christofreichardt.diagnosis.io Contains primarily the definitions of the I/O streams used by the tracers. -
-
Uses of IndentablePrintStream in de.christofreichardt.diagnosis
Methods in de.christofreichardt.diagnosis that return IndentablePrintStream Modifier and Type Method Description IndentablePrintStreamAbstractTracer. out()Returns some kind ofIndentablePrintStreambased upon the current managed stack size, the configured debug level and the online state of the current tracing context.protected IndentablePrintStreamAbstractTracer. out(int level)Returns some kind ofIndentablePrintStreambased upon the given level, the configured debug level and the online state of the current tracing context.IndentablePrintStreamDebugLogTee. out()IndentablePrintStreamQueueTracer. out()Delegates to the corresponding method of the wrapped tracer.protected IndentablePrintStreamQueueTracer. out(int level)Delegates to the corresponding method of the wrapped tracer. -
Uses of IndentablePrintStream in de.christofreichardt.diagnosis.file
Methods in de.christofreichardt.diagnosis.file that return IndentablePrintStream Modifier and Type Method Description IndentablePrintStreamFileTracer. out() -
Uses of IndentablePrintStream in de.christofreichardt.diagnosis.io
Subclasses of IndentablePrintStream in de.christofreichardt.diagnosis.io Modifier and Type Class Description classNullPrintStreamThe tracer classes return such a NullPrintStream when the current state and the configuration demands that no output should be written.classTracePrintStreamThis is the main implementation of an indentable PrintStream.Methods in de.christofreichardt.diagnosis.io that return IndentablePrintStream Modifier and Type Method Description IndentablePrintStreamNullPrintStream. append(char c)Pseudo append()-method.IndentablePrintStreamNullPrintStream. append(CharSequence csq)Pseudo append()-method.IndentablePrintStreamNullPrintStream. append(CharSequence csq, int start, int end)Pseudo append()-method.IndentablePrintStreamNullPrintStream. format(String format, Object... args)Pseudo format()-method.IndentablePrintStreamNullPrintStream. format(Locale l, String format, Object... args)Pseudo format()-method.IndentablePrintStreamNullPrintStream. printf(String format, Object... args)Pseudo printf()-method.IndentablePrintStreamNullPrintStream. printf(Locale l, String format, Object... args)Pseudo printf()-method.abstract IndentablePrintStreamIndentablePrintStream. printfIndentln(String format, Object... args)IndentablePrintStreamNullPrintStream. printfIndentln(String format, Object... args)IndentablePrintStreamTracePrintStream. printfIndentln(String format, Object... args)abstract IndentablePrintStreamIndentablePrintStream. printIndent(String s)IndentablePrintStreamNullPrintStream. printIndent(String s)IndentablePrintStreamTracePrintStream. printIndent(String s)abstract IndentablePrintStreamIndentablePrintStream. printIndentln(String s)IndentablePrintStreamNullPrintStream. printIndentln(String s)IndentablePrintStreamTracePrintStream. printIndentln(String s)abstract IndentablePrintStreamIndentablePrintStream. printIndentString()IndentablePrintStreamNullPrintStream. printIndentString()IndentablePrintStreamTracePrintStream. printIndentString()
-