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.
|
Modifier and Type | Method and Description |
---|---|
IndentablePrintStream |
QueueTracer.out()
Delegates to the corresponding method of the wrapped tracer.
|
IndentablePrintStream |
DebugLogTee.out() |
IndentablePrintStream |
AbstractTracer.out()
Returns some kind of an
IndentablePrintStream based upon the the current managed stack size, the configured debug
level and the online state of the current tracing context. |
protected IndentablePrintStream |
QueueTracer.out(int level)
Delegates to the corresponding method of the wrapped tracer.
|
protected IndentablePrintStream |
AbstractTracer.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.
|
Modifier and Type | Method and Description |
---|---|
IndentablePrintStream |
FileTracer.out() |
Modifier and Type | Class and Description |
---|---|
class |
NullPrintStream
The tracer classes return such a NullPrintStream when the current state and the configuration demands that no output should be written.
|
class |
TracePrintStream
This is the main implementation of an indentable PrintStream.
|
Modifier and Type | Method and Description |
---|---|
IndentablePrintStream |
NullPrintStream.append(char c)
Pseudo append()-method.
|
IndentablePrintStream |
NullPrintStream.append(CharSequence csq)
Pseudo append()-method.
|
IndentablePrintStream |
NullPrintStream.append(CharSequence csq,
int start,
int end)
Pseudo append()-method.
|
IndentablePrintStream |
NullPrintStream.format(Locale l,
String format,
Object... args)
Pseudo format()-method.
|
IndentablePrintStream |
NullPrintStream.format(String format,
Object... args)
Pseudo format()-method.
|
IndentablePrintStream |
NullPrintStream.printf(Locale l,
String format,
Object... args)
Pseudo printf()-method.
|
IndentablePrintStream |
NullPrintStream.printf(String format,
Object... args)
Pseudo printf()-method.
|
IndentablePrintStream |
TracePrintStream.printIndent(String s) |
IndentablePrintStream |
NullPrintStream.printIndent(String s) |
abstract IndentablePrintStream |
IndentablePrintStream.printIndent(String s) |
IndentablePrintStream |
TracePrintStream.printIndentln(String s) |
IndentablePrintStream |
NullPrintStream.printIndentln(String s) |
abstract IndentablePrintStream |
IndentablePrintStream.printIndentln(String s) |
IndentablePrintStream |
TracePrintStream.printIndentString() |
IndentablePrintStream |
NullPrintStream.printIndentString() |
abstract IndentablePrintStream |
IndentablePrintStream.printIndentString() |
Copyright © 2014 Christof Reichardt. All rights reserved. (Build: 26-May-2014)