Configuration Platform SDK 7.6 API Reference

Uses of Interface
com.genesyslab.platform.commons.log.ILogger

Packages that use ILogger
com.genesyslab.platform.commons.log This package provides logging support for your applications. 
 

Uses of ILogger in com.genesyslab.platform.commons.log
 

Classes in com.genesyslab.platform.commons.log that implement ILogger
 class AbstractLogger
          Base class for loggers
 class Log4JLoggerImpl
           
 class NullLoggerImpl
          This class is useful for situations where you need to provide a logger to a utility class, but do not want any output from it.
 

Methods in com.genesyslab.platform.commons.log that return ILogger
 ILogger Log4JLoggerImpl.createChildLogger(java.lang.String name)
           
 ILogger Log4JLoggerFactoryImpl.getLogger(java.lang.String name)
           
 ILogger Log4JLoggerFactoryImpl.getLogger(java.lang.Class clazz)
           
 ILogger NullLoggerFactoryImpl.getLogger(java.lang.String name)
           
 ILogger NullLoggerFactoryImpl.getLogger(java.lang.Class clazz)
           
static ILogger Log.getLogger(java.lang.String name)
          Return logger.
static ILogger Log.getLogger(java.lang.Class clazz)
          Return logger.
 ILogger ILoggerFactory.getLogger(java.lang.String name)
           
 ILogger ILoggerFactory.getLogger(java.lang.Class clazz)
           
static ILogger GlobalLogger.getLogger()
           
 ILogger NullLoggerImpl.createChildLogger(java.lang.String name)
           
 ILogger ILogger.createChildLogger(java.lang.String name)
          Create a new child logger.
 

Methods in com.genesyslab.platform.commons.log with parameters of type ILogger
 void AbstractLogEnabled.enableLogging(ILogger logger)
          Set the component logger.
static void GlobalLogger.setLogger(ILogger logger)
           
 void ILogEnabled.enableLogging(ILogger logger)
          Provide component with a logger.
 


Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.