# Functions
AddFields adds logger fields to the logger.
Debug is equivalent to calling Debug on the logger.Logger in the context.
Error is equivalent to calling Error on the logger.Logger in the context.
Extract takes the call-scoped Logger from grpc_logger middleware.
Info is equivalent to calling Info on the logger.Logger in the context.
No description provided by the author
TagsToFields transforms the Tags on the supplied context into logger fields.
ToContext adds the logger.Logger to the context for extraction later.
Warn is equivalent to calling Warn on the logger.Logger in the context.