Package | Description |
---|---|
com.genesyslab.platform.apptemplate.lmslogger |
This package provides support of Genesys LMS files and LMS events logging.
|
com.genesyslab.platform.apptemplate.lmslogger.impl |
This package contains internal functionality of LMS Logging and
Message Server delivery subsystems.
|
com.genesyslab.platform.apptemplate.lmslogger.jul |
This package contains
java.util.logging based implementation of
LmsEventLogger and correspondent
LmsLoggerFactory . |
com.genesyslab.platform.apptemplate.lmslogger.log4j |
This package contains Log4j v1.x implementation of
LmsEventLogger and correspondent
LmsLoggerFactory . |
com.genesyslab.platform.apptemplate.lmslogger.log4j2 |
This package contains Log4j2 implementation of
LmsEventLogger and correspondent
LmsLoggerFactory . |
com.genesyslab.platform.apptemplate.lmslogger.slf4j |
This package contains Slf4j implementation of
LmsEventLogger and correspondent
LmsLoggerFactory . |
Modifier and Type | Interface | Description |
---|---|---|
interface |
LmsEventLogger |
Facade interface for LMS Events logging.
It allows applications to generate LMS Events with or without specific LMS templates enumerations.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractLmsEventLogger |
Abstract base class with common methods implementation of
LmsEventLogger interface. |
protected static class |
LmsLoggerFactory.WrappedLogger |
The LmsEventLogger wrapper to be implicitly used by applications.
It makes possible automatic reconfiguration of LMS events logging without recreation of applications' loggers instances. |
Modifier and Type | Class | Description |
---|---|---|
class |
DirectLmsEventLogger |
|
class |
SilentLmsEventLogger |
"Silent" implementation of
LmsEventLogger .All log messages are ignored. |
class |
SimpleLmsEventLogger |
Modifier and Type | Class | Description |
---|---|---|
class |
JulLmsEventLogger |
java.util.logging based logging interface implementation of AppTemplate
LmsEventLogger . |
Modifier and Type | Class | Description |
---|---|---|
class |
Log4jLmsEventLogger |
Log4j 1.x based implementation of
LmsEventLogger . |
Modifier and Type | Class | Description |
---|---|---|
class |
Log4j2LmsEventLogger |
Log4j 2.x based implementation of
LmsEventLogger . |
Modifier and Type | Class | Description |
---|---|---|
class |
Slf4jLmsEventLogger |
SLF4J logging interface based implementation of AppTemplate
LmsEventLogger . |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.