From: Ian Lance Taylor Date: Fri, 31 Jan 2020 01:32:23 +0000 (-0800) Subject: doc/go1.14: mention new log.Lmsgprefix flag X-Git-Tag: go1.14rc1~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b7689f5aa38b41c8fbd75d64aa463b898c81fca5;p=gostls13.git doc/go1.14: mention new log.Lmsgprefix flag Updates #32062 Updates #36878 Change-Id: I06c7c9a9d253177155a6d46d58231ce26e659757 Reviewed-on: https://go-review.googlesource.com/c/go/+/217126 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.14.html b/doc/go1.14.html index ff42e05155..e2ac1672db 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -482,6 +482,18 @@ TODO +
log
+
+

+ The + new Lmsgprefix + flag may be used to tell the logging functions to emit the + optional output prefix immediately before the log message rather + than at the start of the line. +

+
+
+
go/doc