# Functions
StreamServerInterceptor returns a new streaming server interceptor that logs streams.
StreamServerRecover returns a new streaming server interceptors that recovers panic and wraps with logger.WrapRecover.
UnaryServerLogger returns a new unary server interceptors that logs unary requests.
UnaryServerRecover returns a new unary server interceptors that recovers panic and wraps with logger.WrapRecover.
WithErrorLogLevel sets level on logging successful request logs.
WithRequestLogLevel sets level on logging successful request logs.
# Type aliases
No description provided by the author