package
0.0.0-20170204222908-4d918e363a64
Repository: https://github.com/bradfitz/grpc-go.git
Documentation: pkg.go.dev
# Packages
Package glogger defines glog-based logging for grpc.
# Functions
Fatal is equivalent to Print() followed by a call to os.Exit() with a non-zero exit code.
Fatalf is equivalent to Printf() followed by a call to os.Exit() with a non-zero exit code.
Fatalln is equivalent to Println() followed by a call to os.Exit()) with a non-zero exit code.
Print prints to the logger.
Printf prints to the logger.
Println prints to the logger.
SetLogger sets the logger that is used in grpc.
# Interfaces
Logger mimics golang's standard Logger as an interface.