https://github.com/catvec/golog
A simple Go logging package.
https://github.com/catvec/golog
go golang logging
Last synced: 10 months ago
JSON representation
A simple Go logging package.
- Host: GitHub
- URL: https://github.com/catvec/golog
- Owner: catvec
- 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-08-22T02:28:22.620Z (10 months ago)
- Topics: go, golang, logging
- Language: Go
- Homepage: http://godoc.org/github.com/Noah-Huppert/golog
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- 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)