Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
N
O
P
R
S
V
W
A
ALL
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Schaltet die Ausgabe aller Level ein
C
CONFIG
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Verwendung für Konfigurationsinformationen (z.B.
config(String)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level CONFIG.
config(String, Throwable)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level CONFIG.
config(String, Object[])
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level CONFIG.
config(String, Object)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level CONFIG.
D
de.bsvrz.sys.funclib.debug
- package de.bsvrz.sys.funclib.debug
de.bsvrz.sys.funclib.debug.gui
- package de.bsvrz.sys.funclib.debug.gui
Debug
- Class in
de.bsvrz.sys.funclib.debug
Stellt Methoden für die Debugausgabe zur Vefügung.
Unterstützt werden neben unterschiedlichen DebugLeveln auch hierarisch verwaltete DebugBereiche, die je Klasse angelegt werden können.
DebugFormatterExcel
- Class in
de.bsvrz.sys.funclib.debug
Gibt die Debugmeldungen als *.csv Datei aus, so dass diese direkt in Excel als Tabellenblatt geöffnet und weiterverarbeitet werden können.
DebugFormatterExcel()
- Constructor for class de.bsvrz.sys.funclib.debug.
DebugFormatterExcel
DebugFormatterFileText
- Class in
de.bsvrz.sys.funclib.debug
Gibt die DebugMeldungen als Text aus.
DebugFormatterFileText()
- Constructor for class de.bsvrz.sys.funclib.debug.
DebugFormatterFileText
DebugFormatterHTML
- Class in
de.bsvrz.sys.funclib.debug
Formattiert die Ausgabe für HTML-Dateiausgabe.
DebugFormatterHTML()
- Constructor for class de.bsvrz.sys.funclib.debug.
DebugFormatterHTML
DebugFormatterStdErrText
- Class in
de.bsvrz.sys.funclib.debug
Gibt die DebugMeldungen als Text aus.
DebugFormatterStdErrText()
- Constructor for class de.bsvrz.sys.funclib.debug.
DebugFormatterStdErrText
DebugFormatterStdErrText(boolean)
- Constructor for class de.bsvrz.sys.funclib.debug.
DebugFormatterStdErrText
DebugFormatterXML
- Class in
de.bsvrz.sys.funclib.debug
Formatiert die Debugmeldungen für die XML-Ausgabe.
DebugFormatterXML()
- Constructor for class de.bsvrz.sys.funclib.debug.
DebugFormatterXML
debugInfo()
- Static method in class de.bsvrz.sys.funclib.debug.
Debug
TESTMETHODE: Gibt Info über angemeldete Logger aus
E
ERROR
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
FEHLER ist höchster Level: Verwendung ausschließlich für "echte" Fehler
error(String, Throwable)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level ERROR.
error(String, Object[])
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level ERROR.
error(String, Object)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level ERROR.
error(String)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level ERROR.
F
FINE
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Verwendung für programmnahe Ausgaben zur Verfolgung des Programmablaufs.
fine(String)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINE.
fine(String, Throwable)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINE.
fine(String, Object[])
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINE.
fine(String, Object)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINE.
FINER
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Wie bei
Debug.FINE
, aber feinere Ausgabe.
finer(String)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINER.
finer(String, Throwable)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINER.
finer(String, Object[])
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINER.
finer(String, Object)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINER.
FINEST
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Wie bei
Debug.FINER
, aber mit allen Details.
finest(String)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINEST.
finest(String, Throwable)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINEST.
finest(String, Object[])
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINEST.
finest(String, Object)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level FINEST.
format(LogRecord)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterExcel
Gibt dei DebungMeldung aus
format(LogRecord)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterFileText
Gibt dei DebungMeldung aus
format(LogRecord)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterHTML
Gibt dei DebungMeldung aus
format(LogRecord)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterStdErrText
Gibt dei DebungMeldung aus
format(LogRecord)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterXML
Liefert einen String der Debuginformationen im XML-Format mit dem XML-Element DebugAusgabe:
G
getCompileTime()
- Static method in class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
getDependsOnCompiled()
- Static method in class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
getDependsOnLib()
- Static method in class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
getDependsOnSource()
- Static method in class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
getHead(Handler)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterExcel
Gibt in der ersten Zeile der *.csv Datei die Spaltenüberschriften aus.
getHead(Handler)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterFileText
Gibt am Anfang des Protokolls bzw.
getHead(Handler)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterHTML
Gibt am Anfang des Protokolls bzw.
getHead(Handler)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterXML
Gibt am Anfang einer Datei einmalig den notwendigen XML-Kopf aus.
getJvmVersion()
- Static method in class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
getLicence()
- Static method in class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
getLogger()
- Static method in class de.bsvrz.sys.funclib.debug.
Debug
Gibt eine DebugLogger zurück, der automatisch in der Klassenhierachie unter dem WurzelLogger einsortiert wurde.
getRelease()
- Static method in class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
getRevision()
- Static method in class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
getTail(Handler)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterExcel
Gibt am Ende als letzten Meldungstext "Ausgabedatei korrekt abgeschlossen." aus.
getTail(Handler)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterFileText
Gibt am Ende des Protokolls bzw.
getTail(Handler)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterHTML
Gibt am Ende des Protokolls bzw.
getTail(Handler)
- Method in class de.bsvrz.sys.funclib.debug.
DebugFormatterXML
Gibt am Ende der Datei die abschliessenden XML-Elemente aus.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean)
- Method in class de.bsvrz.sys.funclib.debug.gui.
LoggerTreeCellRenderer
I
INFO
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Verwendung für Infoausgaben (z.B.
info(String)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level INFO.
info(String, Throwable)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level INFO.
info(String, Object[])
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level INFO.
info(String, Object)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level INFO.
init(String, ArgumentList)
- Static method in class de.bsvrz.sys.funclib.debug.
Debug
Initialisiert den DebugLogger.
isLoggable(LogRecord)
- Method in class de.bsvrz.sys.funclib.debug.gui.
SampleFilter
itemStateChanged(ItemEvent)
- Method in class de.bsvrz.sys.funclib.debug.gui.
LoggingFrame
L
LoggerTreeCellRenderer
- Class in
de.bsvrz.sys.funclib.debug.gui
LoggerTreeCellRenderer()
- Constructor for class de.bsvrz.sys.funclib.debug.gui.
LoggerTreeCellRenderer
LoggingFrame
- Class in
de.bsvrz.sys.funclib.debug.gui
LoggingFrame()
- Constructor for class de.bsvrz.sys.funclib.debug.gui.
LoggingFrame
N
NEWLINE
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Zeilenumbruch plattformunabhängig
O
OFF
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Schaltet die Ausgabe aller Level aus
P
PackageRuntimeInfo
- Class in
de.bsvrz.sys.funclib.debug
PackageRuntimeInfo()
- Constructor for class de.bsvrz.sys.funclib.debug.
PackageRuntimeInfo
R
reinstallConsoleHandler()
- Static method in class de.bsvrz.sys.funclib.debug.
Debug
S
SampleFilter
- Class in
de.bsvrz.sys.funclib.debug.gui
SampleFilter()
- Constructor for class de.bsvrz.sys.funclib.debug.gui.
SampleFilter
setHandlerLevel(String, Level)
- Static method in class de.bsvrz.sys.funclib.debug.
Debug
TESTMETHODE: Setzt DebugLevel des entsprechenden Ausgabekanals.
setLoggerLevel(String, Level)
- Static method in class de.bsvrz.sys.funclib.debug.
Debug
TESTMETHODE: Setzt DebugLevel des entsprechenden Loggers.
setLoggerLevel(Level)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
TESTMETHODE: Setzt DebugLevel des entsprechenden Loggers.
V
valueChanged(TreeSelectionEvent)
- Method in class de.bsvrz.sys.funclib.debug.gui.
LoggingFrame
W
WARNING
- Static variable in class de.bsvrz.sys.funclib.debug.
Debug
Verwendung nur für Warnungen, die vom Programm zwar noch abgefangen werden können, aber unbedingt behoben werden müssen.
warning(String)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level WARNING.
warning(String, Throwable)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level WARNING.
warning(String, Object[])
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level WARNING.
warning(String, Object)
- Method in class de.bsvrz.sys.funclib.debug.
Debug
Debugausgabe auf Level WARNING.
A
C
D
E
F
G
I
L
N
O
P
R
S
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes