You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package log15 provides an opinionated, simple toolkit for best-practice logging that is both human and machine readable. It is modeled after the standard library's io and net/http packages.
6
6
@@ -14,49 +14,45 @@ Package log15 provides an opinionated, simple toolkit for best-practice logging
14
14
- Built-in support for logging to files, streams, syslog, and the network
15
15
- Support for forking records to multiple handlers, buffering records for output, failing over from failed handler writes, + more
16
16
17
-
## Documentation
18
-
19
-
The package documentation is extensive and complete. Browse on godoc:
20
-
21
-
#### [log15 API Documentation](https://godoc.org/gopkg.in/inconshreveable/log15.v2)
22
-
23
17
## Versioning
24
18
The API of the master branch of log15 should always be considered unstable. Using a stable version
25
19
of the log15 package is supported by gopkg.in. Include your dependency like so:
0 commit comments