public interface ApplicationLogger extends MessageEventSource
jDTAUS Core SPI ApplicationLogger
specification to be used by
implementations to log messages to applications.
Container
Modifier and Type | Method and Description |
---|---|
void |
log(MessageEvent e)
Logs a message to applications.
|
addMessageListener, getMessageListeners, removeMessageListener
void log(MessageEvent e)
e
- the event to provide to applications.NullPointerException
- if e
is null
.Copyright © 2005-2012 jDTAUS. All Rights Reserved.