com.genesyslab.platform.apptemplate.log4j2plugin
Class GMessageServerDeliveryManagerSilent
java.lang.Object
com.genesyslab.platform.apptemplate.log4j2plugin.GMessageServerDeliveryManagerSilent
- All Implemented Interfaces:
- GMessageServerDeliveryManager
public class GMessageServerDeliveryManagerSilent
- extends java.lang.Object
- implements GMessageServerDeliveryManager
"Silent" implementation of GMessageServerDeliveryManager
.
Note: This class is internal and is not supposed for explicit usage by applications.
Method Summary |
void |
send(long date,
int entryId,
int entryCategory,
int level,
java.lang.String entryText,
java.util.Map<java.lang.String,java.lang.String> attributes,
java.lang.Throwable throwable)
Pushes event data to output queue for Message Server delivery. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMessageServerDeliveryManagerSilent
public GMessageServerDeliveryManagerSilent()
send
public void send(long date,
int entryId,
int entryCategory,
int level,
java.lang.String entryText,
java.util.Map<java.lang.String,java.lang.String> attributes,
java.lang.Throwable throwable)
- Description copied from interface:
GMessageServerDeliveryManager
- Pushes event data to output queue for Message Server delivery.
- Specified by:
send
in interface GMessageServerDeliveryManager
- Parameters:
date
- the event timestamp.entryId
- the LMS event ID.entryCategory
- the LMS Event category ID.level
- the event log level.entryText
- the localized and formatted message text.attributes
- optional LMS Event attributes.throwable
- exception attached to the event, or null.
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.