OSGi bundle that forwards AEM/Sling/Felix log events to a Grafana Loki
push endpoint via two independent sources:
(1) a drop-in logging facade (com.adobexp.log.Logger /
com.adobexp.log.LoggerFactory) that first-party code imports instead
of SLF4J; every call is delegated to SLF4J (so Logback keeps writing
aemerror.log) and tee'd to Loki with zero file I/O;
(2) an opt-in file tailer for capturing third-party bundle logs
(com.adobe.*, ...