package grpclog
Import Path
google.golang.org/grpc/internal/grpclog (on go.dev)
Dependency Relation
imports 2 packages, and imported by 4 packages
Involved Source Files
Package grpclog provides logging functionality for internal gRPC packages,
outside of the functionality provided by the external `grpclog` package.
Package-Level Type Names (only one)
PrefixLogger does logging with a prefix.
Logging method on a nil logs without any prefix.
Errorf does error logging.
Infof does info logging.
V reports whether verbosity level l is at least the requested verbose level.
Warningf does warning logging.
*PrefixLogger : github.com/stretchr/testify/assert.TestingT
func NewPrefixLogger(logger grpclog.DepthLoggerV2, prefix string) *PrefixLogger
Package-Level Functions (only one)
NewPrefixLogger creates a prefix logger with the given prefix.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |