MCPcopy
hub / github.com/qos-ch/slf4j / stop

Method stop

integration/src/test/java/integrator/Activator.java:48–52  ·  view source on GitHub ↗
(BundleContext context)

Source from the content-addressed store, hash-verified

46 }
47
48 public void stop(BundleContext context) {
49 m_context = null;
50 Logger logger = LoggerFactory.getLogger(this.getClass());
51 logger.info("Activator.stop");
52 }
53
54 public Bundle[] getBundles() {
55 if (m_context != null) {

Callers

nothing calls this directly

Calls 2

getLoggerMethod · 0.95
infoMethod · 0.95

Tested by

no test coverage detected