Package | Description |
---|---|
de.esprit.common.log |
All these classes contribute to a flexible logging system,
which is basically reuseable in any project.
|
de.esprit.common.log.gui |
Contains a set of available LogPrinters
|
de.esprit.common.log.logpr |
Contains LogChannel related GUI components
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogPrinter
This class is a default implementation of a
LogPrinter . |
Constructor and Description |
---|
LogLevelEvent(LogPrinter logPr,
LogLevel logLevel) |
Modifier and Type | Class and Description |
---|---|
class |
LogConsole
This is a TextArea used as a console for messages.
|
Constructor and Description |
---|
LogFrame(LogChannel logCh,
LogPrinter logPr,
java.lang.String title) |
LogLevelChoiceField(LogPrinter logPr)
Controls the log-level on a
LogPrinter . |
LogPrinterControlPanel(LogPrinter logPr,
java.lang.String title,
EnvStore envStore) |
Modifier and Type | Class and Description |
---|---|
class |
LogPrinterConsole
This class prints tracing output to the system console.
|
class |
LogPrinterFile
This class prints tracing output to a file.
|
class |
LogPrinterFrame
This class prints tracing output to a MessageConsole widget in a GUI frame.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.