The package docs can be interpreted as: "this package is only for
querying the logs". Unless reader looks at actual func names, it's not
obvious they can actually write the logs as well.

It would be nice to mention this package in any of the tutorials as
well, since stderr output just disappears.
This commit is contained in:
Andrew Lytvynov 2017-08-01 11:31:37 -07:00 коммит произвёл Sarah Adams
Родитель ad2570cd39
Коммит c5a90ac045
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,8 +3,8 @@
// license that can be found in the LICENSE file.
/*
Package log provides the means of querying an application's logs from
within an App Engine application.
Package log provides the means of writing and querying an application's logs
from within an App Engine application.
Example:
c := appengine.NewContext(r)