# 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.