log.Logger.Println (method)
5 uses
log (current package)
log.go#L200: func (l *Logger) Println(v ...interface{}) { l.Output(2, fmt.Sprintln(v...)) }
github.com/aws/aws-sdk-go/aws
logger.go#L117: l.logger.Println(args...)
google.golang.org/grpc/grpclog
loggerv2.go#L153: g.m[infoLog].Println(args...)
loggerv2.go#L165: g.m[warningLog].Println(args...)
loggerv2.go#L177: g.m[errorLog].Println(args...)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |