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
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
Modifier and Type | Method and Description |
---|---|
LogMessageEvent |
LogChannel.log(java.lang.Object caller,
LogLevel level,
java.lang.String message,
java.lang.Throwable e)
Creates a message from the given parameters and delivers it to all currently registered
LogPrinter objects.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LogFormatter.formatMessage(LogMessageEvent e) |
void |
LogMessageEvent.Listener.logMessageReceived(LogMessageEvent e) |
protected void |
AbstractLogPrinter.processLogMessage(TextPrintable output,
LogFormatter formatter,
LogMessageEvent e)
Gives subclasses a chance to hook in before printing the logMessage
|
Modifier and Type | Method and Description |
---|---|
void |
LogMessagePanel.printLogMessage(LogMessageEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
LogPrinterFrame.processLogMessage(TextPrintable output,
LogFormatter formatter,
LogMessageEvent e) |
Modifier and Type | Method and Description |
---|---|
protected void |
MessageChannel.fireServerLogMessageEvent(LogMessageEvent event) |
protected abstract void |
AbstractMessageChannel.fireServerLogMessageEvent(LogMessageEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ServerMessageQueue.sendLogMessage(LogMessageEvent event) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.