# Functions
ErrorDepth logs to the ERROR log at the specified depth.
FatalDepth logs to the FATAL log at the specified depth.
InfoDepth logs to the INFO log at the specified depth.
NewPrefixLogger creates a prefix logger with the given prefix.
WarningDepth logs to the WARNING log at the specified depth.
# Variables
DepthLogger is the logger used for the depth log functions.
Logger is the logger used for the non-depth log functions.
# Structs
PrefixLogger does logging with a prefix.
# Interfaces
DepthLoggerV2 logs at a specified call frame.
LoggerV2 does underlying logging work for grpclog.