Package | Description |
---|---|
com.genesyslab.platform.apptemplate.lmslogger.impl |
This package contains internal functionality of LMS Logging and
Message Server delivery subsystems.
|
com.genesyslab.platform.logging |
Note: The Logger component is deprecated.
|
com.genesyslab.platform.management.protocol.messageserver.events | |
com.genesyslab.platform.management.protocol.messageserver.requests |
Modifier and Type | Method | Description |
---|---|---|
void |
MSEventSender.push(java.lang.Integer entryId,
LogCategory entryCategory,
LogLevel level,
java.lang.String entryText,
java.util.Date date,
AttributeList attributes) |
|
void |
MSEventSenderImpl.push(java.lang.Integer entryId,
LogCategory entryCategory,
LogLevel level,
java.lang.String entryText,
java.util.Date date,
AttributeList attributes) |
Modifier and Type | Method | Description |
---|---|---|
AttributeList |
LogEntry.getAttributes() |
Deprecated.
Gets RequestLogMessage.Attributes parameter (see RequestLogMessage for details).
|
Modifier and Type | Method | Description |
---|---|---|
void |
LogEntry.setAttributes(AttributeList attributeList) |
Deprecated.
|
Constructor | Description |
---|---|
LogEntry(int logMsgId,
java.lang.String logMessage,
java.util.Date dateTime,
LogLevel logLevel,
LogCategory logCategory,
AttributeList attributes,
java.lang.Object[] arguments) |
Deprecated.
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
abstract AttributeList |
EventLogMessage.getAttributes() |
Attributes for interaction support
|
Modifier and Type | Method | Description |
---|---|---|
static EventLogMessage |
EventLogMessage.create(LogLevel level,
java.util.Date time,
java.lang.Integer usec,
java.lang.String messageHeader,
java.lang.Integer entryId,
java.lang.String entryText,
byte[] entryData,
LogCategory entryCategory,
java.lang.String clientHost,
java.lang.Integer clientId,
java.lang.String clientName,
AttributeList attributes) |
Creates instance of EventLogMessage with all parameters set.
|
abstract void |
EventLogMessage.setAttributes(AttributeList attributes) |
Attributes for interaction support
|
Modifier and Type | Method | Description |
---|---|---|
abstract AttributeList |
RequestLogMessage.getAttributes() |
Attributes for interaction support
|
Modifier and Type | Method | Description |
---|---|---|
static RequestLogMessage |
RequestLogMessage.create(java.lang.Integer entryId,
java.lang.String entryText,
LogLevel level,
LogCategory entryCategory,
java.util.Date time,
java.lang.String clientHost,
AttributeList attributes) |
Creates instance of RequestLogMessage.
|
abstract void |
RequestLogMessage.setAttributes(AttributeList attributes) |
Attributes for interaction support
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.