log.Logger.Output (method)
14 uses
log (current package)
log.go#L193: func (l *Logger) Output(calldepth int, s string) error {
log.go#L283: l.Output(2, fmt.Sprint(v...))
log.go#L289: l.Output(2, fmt.Sprintf(format, v...))
log.go#L295: l.Output(2, fmt.Sprintln(v...))
log.go#L302: l.Output(2, s)
log.go#L309: l.Output(2, s)
log.go#L316: l.Output(2, s)
log.go#L412: std.Output(2, fmt.Sprint(v...))
log.go#L418: std.Output(2, fmt.Sprintf(format, v...))
log.go#L424: std.Output(2, fmt.Sprintln(v...))
log.go#L431: std.Output(2, s)
log.go#L438: std.Output(2, s)
log.go#L445: std.Output(2, s)
log.go#L457: return std.Output(calldepth+1, s) // +1 for this frame.
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |