net.java.sip.communicator.service.notification
Interface LogMessageNotificationHandler
- All Superinterfaces:
- NotificationHandler
- All Known Implementing Classes:
- LogMessageNotificationHandlerImpl
public interface LogMessageNotificationHandler
- extends NotificationHandler
The LogMessageNotificationHandler interface is meant to be
implemented by the notification bundle in order to provide handling of
log actions.
- Author:
- Yana Stamcheva
logMessage
void logMessage(LogMessageNotificationAction action,
String message)
- Logs the given message.
- Parameters:
action - the action to act uponmessage - the message to log
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.