Nitido Inc.

Uses of Class
com.nitido.util.Logger

Packages that use Logger
com.nitido.nim This package contains NiM core classes. 
com.nitido.nimx.services.log.log4j A simple implementation of LogService (create Log4j based Logger). 
com.nitido.qabase This package contains the base classes for Nitido QA framework. 
com.nitido.util This package contains Nitido's internal utility classes. 
 

Uses of Logger in com.nitido.nim
 

Methods in com.nitido.nim that return Logger
abstract  Logger LogService.getLogger(java.lang.Class clazz)
          This method returns a reference to the NiM Logger object for the given class.
 Logger NiM.getLogger(java.lang.Class clazz)
          This method returns a reference to the NiM Logger object for the given class.
abstract  Logger LogService.getLogger(java.lang.String name)
          This method returns a reference to the NiM Logger object for the given class name.
 Logger NiM.getLogger(java.lang.String name)
          This method returns a reference to the NiM Logger object for the given class name.
 

Uses of Logger in com.nitido.nimx.services.log.log4j
 

Methods in com.nitido.nimx.services.log.log4j that return Logger
 Logger LogServiceImpl.getLogger(java.lang.Class clazz)
           
 Logger LogServiceImpl.getLogger(java.lang.String name)
           
 

Uses of Logger in com.nitido.qabase
 

Fields in com.nitido.qabase declared as Logger
protected  Logger BaseTestCore._qaLogger
          The _qaLogger member variable is an instance of com.nitido.util.Logger object.
 

Methods in com.nitido.qabase that return Logger
protected static Logger BaseTestDriver.getLogger()
          This method returns a reference to the _logger associated to the BaseTestDriver.
protected static Logger BaseTestDriver.getLogger(java.lang.Class categoryName)
          This method returns a Category class used for logging QA executions
protected static Logger BaseTestCore.getLogger(java.lang.Class categoryClass)
          This method returns a Category class used for logging QA executions.
 

Uses of Logger in com.nitido.util
 

Methods in com.nitido.util that return Logger
static Logger Logger.getFlowLogger(java.lang.String name)
           
static Logger Logger.getLogger(java.lang.Class clazz)
           
static Logger Logger.getLogger(java.lang.Class clazz, java.util.Properties properties)
           
static Logger Logger.getLogger(java.lang.Object object)
           
static Logger Logger.getLogger(java.lang.Object object, java.util.Properties properties)
           
static Logger Logger.getLogger(java.lang.String name)
           
static Logger Logger.getLogger(java.lang.String name, java.util.Properties properties)
           
static Logger Logger.getQALogger(java.lang.String name)
           
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.