public class LoggingPlugin extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
LoggingPlugin()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
static LoggingPlugin |
getDefault()
Returns the shared instance
|
static void |
init() |
static void |
init(boolean force) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static final String PLUGIN_ID
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic static void init()
public static void init(boolean force)
public void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic static LoggingPlugin getDefault()
Copyright © 2020 Fraunhofer IWU. All rights reserved.