Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noah-huppert/golog
A simple Go logging package.
https://github.com/noah-huppert/golog
go golang logging
Last synced: about 1 month ago
JSON representation
A simple Go logging package.
- Host: GitHub
- URL: https://github.com/noah-huppert/golog
- Owner: Noah-Huppert
- License: mit
- Created: 2018-07-25T05:03:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T04:43:13.000Z (7 months ago)
- Last Synced: 2024-04-19T05:35:33.298Z (7 months ago)
- Topics: go, golang, logging
- Language: Go
- Homepage: http://godoc.org/github.com/Noah-Huppert/golog
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Log [![Go Doc](https://godoc.org/github.com/Noah-Huppert/golog?status.svg)](http://godoc.org/github.com/Noah-Huppert/golog)
A simple Go logging package.# Table Of Contents
- [Overview](#overview)# Overview
Go Log is a simple logging library inspired by the standard `log` package.It was created because there was a lack of simple easy to use logging libraries
in the Go ecosystem.Features:
- 1 line setup
- Log levels: Debug, Info, Warn, Error, Fatal
- Log output formatting via Go templates
- Function names similar to `log` package
- Advanced customizability if needed[See the GoDoc page for detailed usage instructions](http://godoc.org/github.com/Noah-Huppert/golog)