| logging.LoggingPlugin
LoggingPlugin | public class LoggingPlugin extends Plugin (Code) | | |
LoggingPlugin | public LoggingPlugin()(Code) | | |
addLogManager | void addLogManager(PluginLogManager logManager)(Code) | | Adds a log manager object to the list of active log managers
|
removeLogManager | void removeLogManager(PluginLogManager logManager)(Code) | | Removes a log manager object from the list of active log managers
|
stop | public void stop(BundleContext context) throws Exception(Code) | | Iterates over the list of active log managers and shutdowns each one
before calling the base class implementation.
See Also: Plugin.stop |
|
|