RSE
Release 1.0

Uses of Class
org.eclipse.rse.logging.Logger

Packages that use Logger
org.eclipse.rse.core   
org.eclipse.rse.core.filters   
org.eclipse.rse.filters   
org.eclipse.rse.logging   
org.eclipse.rse.persistence   
 

Uses of Logger in org.eclipse.rse.core
 

Fields in org.eclipse.rse.core declared as Logger
protected static Logger SystemBasePlugin.log
          Logger object for logging messages for servicing purposes.
 

Methods in org.eclipse.rse.core that return Logger
 Logger SystemBasePlugin.getLogger()
          Get the logger for this plugin.
 Logger RSECorePlugin.getLogger()
           
 

Uses of Logger in org.eclipse.rse.core.filters
 

Methods in org.eclipse.rse.core.filters that return Logger
 Logger SystemFilterPoolManager.getLogger()
          Return our logger
 

Methods in org.eclipse.rse.core.filters with parameters of type Logger
 ISystemFilterPoolManager ISystemFilterStartHere.createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters)
          Factory to create a filter pool manager, when you do NOT want it to worry about saving and restoring the filter data to disk.
static ISystemFilterPoolManager SystemFilterPoolManager.createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters, int savePolicy, IRSEFilterNamingPolicy namingPolicy)
          Factory to create a filter pool manager.
 void SystemFilterPoolManager.initialize(Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters)
           
 void SystemFilterPoolManager.initialize(Logger logger, ISystemFilterPoolManagerProvider caller, String name)
           
protected static ISystemFilterPoolManager SystemFilterPoolManager.restoreFromOneFile(Logger logger, IFolder mgrFolder, String name, IRSEFilterNamingPolicy namingPolicy)
          Restore filter pools when all are stored in one file
 void SystemFilterPoolManager.setLogger(Logger logger)
          Set our logger
 

Uses of Logger in org.eclipse.rse.filters
 

Methods in org.eclipse.rse.filters with parameters of type Logger
 ISystemFilterPoolManager SystemFilterStartHere.createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters)
          Factory to create a filter pool manager, when you do NOT want it to worry about saving and restoring the filter data to disk.
 

Uses of Logger in org.eclipse.rse.logging
 

Fields in org.eclipse.rse.logging declared as Logger
static Logger RemoteSystemsLoggingPlugin.out
           
 

Methods in org.eclipse.rse.logging that return Logger
static Logger LoggerFactory.getLogger(Plugin plugin)
          Returns the Logger instance for a given plugin.
 

Uses of Logger in org.eclipse.rse.persistence
 

Methods in org.eclipse.rse.persistence with parameters of type Logger
 ISystemFilterPoolManager IRSEPersistenceManager.restoreFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name)
           
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.