https://github.com/noah-huppert/golog
A simple Go logging package.
https://github.com/noah-huppert/golog
go golang logging
Last synced: over 1 year 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T04:43:13.000Z (about 2 years ago)
- Last Synced: 2025-02-02T15:18:16.216Z (over 1 year ago)
- Topics: go, golang, logging
- Language: Go
- Homepage: http://godoc.org/github.com/Noah-Huppert/golog
- Size: 17.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 [](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)