# Packages
Package glogger defines glog-based logging for grpc.
# Functions
Component creates a new component and returns it for logging.
Error logs to the ERROR log.
ErrorDepth logs to the ERROR log at the specified depth.
Errorf logs to the ERROR log.
Errorln logs to the ERROR log.
Fatal logs to the FATAL log.
FatalDepth logs to the FATAL log at the specified depth.
Fatalf logs to the FATAL log.
Fatalln logs to the FATAL log.
Info logs to the INFO log.
InfoDepth logs to the INFO log at the specified depth.
Infof logs to the INFO log.
Infoln logs to the INFO log.
NewLoggerV2 creates a loggerV2 with the provided writers.
NewLoggerV2WithVerbosity creates a loggerV2 with the provided writers and verbosity level.
Print prints to the logger.
Printf prints to the logger.
Println prints to the logger.
SetLogger sets the logger that is used in grpc.
SetLoggerV2 sets logger that is used in grpc to a V2 logger.
V reports whether verbosity level l is at least the requested verbose level.
Warning logs to the WARNING log.
WarningDepth logs to the WARNING log at the specified depth.
Warningf logs to the WARNING log.
Warningln logs to the WARNING log.
# Type aliases
DepthLoggerV2 logs at a specified call frame.
Logger mimics golang's standard Logger as an interface.
LoggerV2 does underlying logging work for grpclog.