|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILoggerFactory | |
---|---|
com.genesyslab.platform.commons.log | This package provides logging support for your applications. |
com.genesyslab.platform.logging |
Uses of ILoggerFactory in com.genesyslab.platform.commons.log |
---|
Classes in com.genesyslab.platform.commons.log that implement ILoggerFactory | |
---|---|
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. |
Methods in com.genesyslab.platform.commons.log with parameters of type ILoggerFactory | |
---|---|
static void |
Log.setLoggerFactory(ILoggerFactory factory)
Sets logger system implementation. |
Uses of ILoggerFactory in com.genesyslab.platform.logging |
---|
Classes in com.genesyslab.platform.logging that implement ILoggerFactory | |
---|---|
class |
LoggerFactory
The main class which is used to create logger instances. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |