protected void activate()

in src/main/java/org/apache/sling/commons/metrics/internal/LogReporter.java [48:53]


    protected void activate(Config config, BundleContext context) {
        this.config = config;
        this.context = context;
        tracker = new ServiceTracker<>(context, MetricRegistry.class, this);
        tracker.open();
    }