SetLogger can specify the io.Writer for example in https://github.com/lestrrat/go-file-rotatelogs * logf, _ := rotatelogs.New( "/path/to/access_log.%Y%m%d%H%M", rotatelogs.WithLinkName("/path/to/access_log"), rotatelogs.WithMaxAge(24 * time.Hour), rotatelogs.WithRot
(f io.Writer)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected