Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : gopkg.in/delicb/ligno.v0

Package ligno is async structured logging library for golang. Two main features that separate ligno from other logging libraries are that all messages are logged asynchronously, which means that all expensive operations related to logging (like writing to file or sending log message over network) will not block execution of main application. Other main feature is format of log record. Log record in ligno is just a map holding key-value pairs. That's it. Because of this, records can be formatted to any structured format (JSON, YAML, key=value) or to traditional formats that we are used to seeing in log files.

Registry - Source - Documentation - JSON
purl: pkg:golang/gopkg.in/delicb/ligno.v0
License: BSD-3-Clause
Latest release: about 7 years ago
First release: about 7 years ago
Namespace: gopkg.in/delicb
Stars: 20 on GitHub
Forks: 3 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 11 days ago

    Loading...
    Readme
    Loading...