Codebase list golang-github-go-kit-kit / f9d8373b-9935-4125-b2b2-694ccabcf82b/v0.4.0
log/level: remove outdated comment Peter Bourgon 7 years ago
1 changed file(s) with 3 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 // Package level is an EXPERIMENTAL levelled logging package. The API will
1 // definitely have breaking changes and may be deleted altogether. Be warned!
2 //
3 // To use the level package, create a logger as per normal in your func main,
4 // and wrap it with level.NewFilter.
0 // Package level implements leveled logging on top of package log. To use the
1 // level package, create a logger as per normal in your func main, and wrap it
2 // with level.NewFilter.
53 //
64 // var logger log.Logger
75 // logger = log.NewLogfmtLogger(os.Stderr)