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 . |
class |
LogChannel
A
LogChannel represents a named channel where you can print out log messages
(errors, infos, warnings, etc). |
Modifier and Type | Class and Description |
---|---|
class |
LogConsole
This is a TextArea used as a console for messages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogPrinter
This interface defines the methods of a log message handler.
|
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.