# Packages
`grpc_logrus` is a gRPC logging middleware backed by Logrus loggers
It accepts a user-configured `logrus.Entry` that will be used for logging completed gRPC calls.
# Functions
DefaultDeciderMethod is the default implementation of decider to see if you should log the call by default this if always true so all calls are logged.
No description provided by the author
# Interfaces
JsonPbMarshaler JsonPbMarshaller is a marshaller that serializes protobuf messages.
# Type aliases
ClientPayloadLoggingDecider is a user-provided function for deciding whether to log the client-side request/response payloads.
Decider function defines rules for suppressing any interceptor logs.
ErrorToCode function determines the error code of an error This makes using custom errors with grpc middleware easier.
ServerPayloadLoggingDecider is a user-provided function for deciding whether to log the server-side request/response payloads.