Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zombiezen/go-log

Another logging package for Go.
https://github.com/zombiezen/go-log

go golang logging

Last synced: 4 months ago
JSON representation

Another logging package for Go.

Awesome Lists containing this project

README

        

# zombiezen.com/go/log

This package is the concrete implementation of the design described in
[DESIGN.md][], formerly a proposal for the Go project. While it was not
suitable for being an "official" package, I still wanted to use it for my own
projects. If others find it helpful, then I'm happy.

This is not an official Google or Go project.

[DESIGN.md]: https://github.com/zombiezen/go-log/blob/main/DESIGN.md

## Install

```bash
go get zombiezen.com/go/log
```

## Documentation

Docs on [pkg.go.dev](https://pkg.go.dev/zombiezen.com/go/log?tab=doc).

## License

BSD - see [LICENSE](https://github.com/zombiezen/go-log/blob/main/LICENSE).