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

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

Awesome Lists containing this project

README

          

# Ledger
[![Build Status](https://travis-ci.org/gomicro/ledger.svg)](https://travis-ci.org/gomicro/ledger)
[![Go Reportcard](https://goreportcard.com/badge/github.com/gomicro/ledger)](https://goreportcard.com/report/github.com/gomicro/ledger)
[![GoDoc](https://godoc.org/github.com/gomicro/ledger?status.svg)](https://godoc.org/github.com/gomicro/ledger)
[![License](https://img.shields.io/github/license/gomicro/ledger.svg)](https://github.com/gomicro/ledger/blob/master/LICENSE.md)
[![Release](https://img.shields.io/github/release/gomicro/ledger.svg)](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.