Uses of Class
de.christofreichardt.diagnosis.io.IndentablePrintStream
Packages that use IndentablePrintStream
Package
Description
Provides the basic tracing faclitities.
Contains tracers which log into the local file system.
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 IndentablePrintStreamModifier and TypeMethodDescriptionAbstractTracer.out()Returns some kind of anIndentablePrintStreambased upon the 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 of an IndentablePrintStream based upon the given level, the configured debug level and the online state of the current tracing context.final IndentablePrintStreamDebugLogTee.out()QueueTracer.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 -
Uses of IndentablePrintStream in de.christofreichardt.diagnosis.io
Subclasses of IndentablePrintStream in de.christofreichardt.diagnosis.ioModifier and TypeClassDescriptionfinal classThe tracer classes return such a NullPrintStream when the current state and the configuration demands that no output should be written.classThis is the main implementation of an indentable PrintStream.Methods in de.christofreichardt.diagnosis.io that return IndentablePrintStreamModifier and TypeMethodDescriptionNullPrintStream.append(char c) Pseudo append()-method.NullPrintStream.append(CharSequence csq) Pseudo append()-method.NullPrintStream.append(CharSequence csq, int start, int end) Pseudo append()-method.Pseudo format()-method.Pseudo format()-method.Pseudo printf()-method.Pseudo printf()-method.abstract IndentablePrintStreamIndentablePrintStream.printIndent(String s) NullPrintStream.printIndent(String s) TracePrintStream.printIndent(String s) abstract IndentablePrintStreamIndentablePrintStream.printIndentln(String s) NullPrintStream.printIndentln(String s) TracePrintStream.printIndentln(String s) abstract IndentablePrintStreamIndentablePrintStream.printIndentString()NullPrintStream.printIndentString()TracePrintStream.printIndentString()