# Functions
NewClientLogger provides a UnaryClientInterceptor that can be configured to log both request and response data.
NewServerLogger returns a new UnaryServerInterceptor that can be configured to log both request and response data.
WithRequestLogging is a Option that enables request logging for the logging interceptor.
WithResponseLogging is a Option that enables response logging for the logging interceptor.
# Type aliases
Option configures the logging interceptor.