package
0.0.0-20170609214715-11d0a25b4919
Repository: https://github.com/go4org/grpc.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.