RSE
Release 3.3

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

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

Uses of Logger in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return Logger
 Logger RSECorePlugin.getLogger()
          Returns an instance of the logger being used by the core.
 

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

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.
 

Uses of Logger in org.eclipse.rse.logging
 

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.ui
 

Fields in org.eclipse.rse.ui declared as Logger
protected static Logger SystemBasePlugin.log
          Deprecated. do not use use this directly, use SystemBasePlugin.getLogger() instead for lazy loading of the Logger. We do not guarantee that this variable is ever initialized.
 

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


RSE
Release 3.3

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