https://github.com/gomicro/ledger
Golang log with levels added
https://github.com/gomicro/ledger
golang logging
Last synced: 4 months ago
JSON representation
Golang log with levels added
- Host: GitHub
- URL: https://github.com/gomicro/ledger
- Owner: gomicro
- License: mit
- Created: 2016-01-29T05:31:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T03:37:09.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T15:47:05.728Z (about 2 years ago)
- Topics: golang, logging
- Language: Go
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ledger
[](https://travis-ci.org/gomicro/ledger)
[](https://goreportcard.com/report/github.com/gomicro/ledger)
[](https://godoc.org/github.com/gomicro/ledger)
[](https://github.com/gomicro/ledger/blob/master/LICENSE.md)
[](https://github.com/gomicro/ledger/releases/latest)
Ledger is a threadsafe, minimalist layer on top of native Go logging with the ability to write to more than standard out and honor log level thresholds.
# Requirements
Golang v1.6 or higher
# Versioning
The project will be versioned in accordance with [Semver 2.0.0](http://semver.org). See the [releases](https://github.com/gomicro/vacay/releases) section for the latest version. Until version 1.0.0 the SDK is considered to be unstable.
# License
See [LICENSE.md](./LICENSE.md) for more information.