https://github.com/go-x-pkg/log
Logging implementation for Golang. A logging facade provides a single logging API that abstracts over the actual logging implementation.
https://github.com/go-x-pkg/log
go golang log logging
Last synced: 5 months ago
JSON representation
Logging implementation for Golang. A logging facade provides a single logging API that abstracts over the actual logging implementation.
- Host: GitHub
- URL: https://github.com/go-x-pkg/log
- Owner: go-x-pkg
- License: mit
- Created: 2019-11-25T18:19:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T11:20:07.000Z (about 2 years ago)
- Last Synced: 2025-05-10T23:32:08.533Z (about 1 year ago)
- Topics: go, golang, log, logging
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# log
[![GoDev][godev-image]][godev-url]
[![Build Status][build-image]][build-url]
[![Coverage Status][coverage-image]][coverage-url]
[![Go Report Card][goreport-image]][goreport-url]
A golang library providing a lightweight logging *facade*.
[see rustlang log package](https://github.com/rust-lang/log)
[godev-image]: https://img.shields.io/badge/go.dev-reference-5272B4?logo=go&logoColor=white
[godev-url]: https://pkg.go.dev/github.com/go-x-pkg/log
[build-image]: https://travis-ci.com/go-x-pkg/log.svg?branch=master
[build-url]: https://travis-ci.com/go-x-pkg/log
[coverage-image]: https://coveralls.io/repos/github/go-x-pkg/log/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/go-x-pkg/log?branch=master
[goreport-image]: https://goreportcard.com/badge/github.com/go-x-pkg/log
[goreport-url]: https://goreportcard.com/report/github.com/go-x-pkg/log