1
0
mirror of https://github.com/golang/go synced 2024-11-13 19:00:25 -07:00
go/src/log
Andrew Poydence 51104cd4d2 log: add Logger.Writer method
Writer method returns the underlying io.Writer used by the given Logger
object.

Fixes #28327

Change-Id: I6347913d8be8d3222b98967b136cf03d00f446d1
GitHub-Last-Rev: 2db0c5c741
GitHub-Pull-Request: golang/go#28399
Reviewed-on: https://go-review.googlesource.com/c/144757
Reviewed-by: Rob Pike <r@golang.org>
2018-10-25 23:23:57 +00:00
..
syslog log/syslog: skip tests that depend on daemon on builders 2018-05-22 18:26:03 +00:00
example_test.go
log_test.go
log.go log: add Logger.Writer method 2018-10-25 23:23:57 +00:00