log.Logger.out (field)
6 uses
log (current package)
log.go#L56: out io.Writer // destination for output
log.go#L66: return &Logger{out: out, prefix: prefix, flag: flag}
log.go#L73: l.out = w
log.go#L184: _, err := l.out.Write(l.buf)
log.go#L275: return l.out
log.go#L282: std.out = w
![]() |
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. |