MCPcopy
hub / github.com/grpc/grpc-go / Infoln

Method Infoln

grpclog/internal/logger.go:44–46  ·  view source on GitHub ↗

Infoln logs to INFO log. Arguments are handled in the manner of fmt.Println.

(args ...any)

Source from the content-addressed store, hash-verified

42
43// Infoln logs to INFO log. Arguments are handled in the manner of fmt.Println.
44func (l *LoggerWrapper) Infoln(args ...any) {
45 l.Logger.Println(args...)
46}
47
48// Infof logs to INFO log. Arguments are handled in the manner of fmt.Printf.
49func (l *LoggerWrapper) Infof(format string, args ...any) {

Callers

nothing calls this directly

Calls 1

PrintlnMethod · 0.80

Tested by

no test coverage detected