# Functions
NewLoggerV2 creates a new LoggerV2 instance with the provided configuration.
# Variables
DepthLoggerV2Impl is the logger used for the depth log functions.
LoggerV2Impl is the logger used for the non-depth log functions.
# Structs
LoggerV2Config configures the LoggerV2 implementation.
LoggerWrapper wraps Logger into a LoggerV2.
# Interfaces
DepthLoggerV2 logs at a specified call frame.
Logger mimics golang's standard Logger as an interface.
LoggerV2 does underlying logging work for grpclog.