com.genesyslab.platform.commons.log
Class SimpleLoggerFactoryImpl
java.lang.Object
com.genesyslab.platform.commons.log.SimpleLoggerFactoryImpl
- All Implemented Interfaces:
- ILoggerFactory
public class SimpleLoggerFactoryImpl
- extends java.lang.Object
- implements ILoggerFactory
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. This value may be explicitly passed to the factory constructor
or initialized to override default value with PsdkCustomization option -
PsdkCustomization
/PsdkCustomization.PsdkOption.PsdkLoggerConsoleLevel
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleLoggerFactoryImpl
public SimpleLoggerFactoryImpl()
SimpleLoggerFactoryImpl
public SimpleLoggerFactoryImpl(int level)
SimpleLoggerFactoryImpl
public SimpleLoggerFactoryImpl(java.io.PrintStream printStream)
SimpleLoggerFactoryImpl
public SimpleLoggerFactoryImpl(java.io.PrintStream printStream,
int level)
getLogger
public ILogger getLogger(java.lang.String name)
- Specified by:
getLogger
in interface ILoggerFactory
getLogger
public ILogger getLogger(java.lang.Class clazz)
- Specified by:
getLogger
in interface ILoggerFactory
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.