Package | Description |
---|---|
de.esprit.common.log |
All these classes contribute to a flexible logging system,
which is basically reuseable in any project.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogPrinter
This class is a default implementation of a
LogPrinter . |
class |
LogConsole
This is a TextArea used as a console for messages.
|
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.
|
Constructor and Description |
---|
LogFrame(LogChannel logCh,
LogPrinter logPr,
java.lang.String title) |
LogLevelChoiceField(LogPrinter logPr)
Controls the log-level on a
LogPrinter . |
LogLevelEvent(LogPrinter logPr,
LogLevel logLevel) |
LogPrinterControlPanel(LogPrinter logPr,
java.lang.String title,
EnvStore envStore) |
Copyright © 2012 EsprIT-Systems. All Rights Reserved.