Package | Description |
---|---|
com.genesyslab.platform.commons.log |
This package provides logging support for your applications.
|
com.genesyslab.platform.logging |
Note: The Logger component is deprecated.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JavaUtilLoggerFactoryImpl |
Platform SDK Commons Logger Factory implementation to send PSDK internal logs
to the Java built-in logging system (
LogManager ). |
class |
Log4J2LoggerFactoryImpl |
Platform SDK Commons Logger Factory implementation to send PSDK internal logs
to Log4j v2 logging system (
LogManager ). |
class |
Log4JLoggerFactoryImpl |
Platform SDK Commons Logger Factory implementation to send PSDK internal logs
to Log4j v1.x logging system (
LogManager ). |
class |
NullLoggerFactoryImpl |
Silent Platform SDK Commons Logging implementation.
|
class |
SimpleLoggerFactoryImpl |
Built-in implementation of Platform SDK Commons Logger Factory to send log events
to
System.out .It may be initialized with log level parameter of messages to be passed for printing. |
class |
Slf4JLoggerFactoryImpl |
Platform SDK Commons Logging to Slf4J logger factory adaptor.
It allows to direct PSDK Commons Logging based components' and Platform SDK internal logs to be sent to SLF4J interface. |
Modifier and Type | Method | Description |
---|---|---|
static void |
Log.setLoggerFactory(ILoggerFactory factory) |
Sets logger system implementation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LoggerFactory |
Deprecated.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.