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 |
DefaultLogFormatter
This class prints the given
LogMessageEvent in a single line
according to the settings of the formatting flags. |
class |
NdfLogFormatter<C extends ApplicationContext>
This class prints the given
LogMessageEvent in a single line
according to the settings of the formatting flags. |
Modifier and Type | Method and Description |
---|---|
LogFormatter |
AbstractLogPrinter.getLogFormatter() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLogPrinter.processLogMessage(TextPrintable output,
LogFormatter formatter,
LogMessageEvent e)
Gives subclasses a chance to hook in before printing the logMessage
|
void |
AbstractLogPrinter.setLogFormatter(LogFormatter formatter) |
Modifier and Type | Method and Description |
---|---|
LogFormatter |
LogConsole.getLogFormatter() |
Constructor and Description |
---|
LogFormatMenuBar(LogFormatter formatter,
java.lang.String envBaseKey) |
Modifier and Type | Method and Description |
---|---|
LogFormatter |
LogPrinter.getLogFormatter()
Returns the formatter for formatting the logMessage
|
Modifier and Type | Method and Description |
---|---|
protected void |
LogPrinterFrame.processLogMessage(TextPrintable output,
LogFormatter formatter,
LogMessageEvent e) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.