LogEntry returns a *logrus.Entry tagged with a package/stream, mirroring the
shape of the core's NamedLogger() but backed by this example's own logrus logger.
Logrus returns the shared *logrus.Logger used by this example transport's
gRPC middleware. Consumers modelling their own logrus-based transport can use
this as a reference for wiring a self-owned logging backend.