Log pushing client library for Loki using subpackage from official repository (https://github.com/grafana/loki/tree/main/pkg/push)
This library supports both JSON and Protobuf payloads.
Includes an experimental loki slog handler, import as
import (
lokislog "github.com/royalcat/loki/slog"
)