log.Logger.prefix (field)
6 uses
log (current package)
log.go#L54: prefix string // prefix on each line to identify the logger (but see Lmsgprefix)
log.go#L66: return &Logger{out: out, prefix: prefix, flag: flag}
log.go#L105: *buf = append(*buf, l.prefix...)
log.go#L151: *buf = append(*buf, l.prefix...)
log.go#L261: return l.prefix
log.go#L268: l.prefix = prefix
 |
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. |