https://github.com/webern/flog
My Personalized Go (Golang) Logging Functions
https://github.com/webern/flog
Last synced: about 1 year ago
JSON representation
My Personalized Go (Golang) Logging Functions
- Host: GitHub
- URL: https://github.com/webern/flog
- Owner: webern
- License: mit
- Created: 2019-02-20T21:08:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T18:23:50.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T21:25:07.676Z (over 1 year ago)
- Language: Go
- Size: 898 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
flog
====
This is a wrapper for Logrus which has some convenience functions that I like to use.
The main reason I did this is so that I could more easily manipulate the reporting of filename and line number. Most likely, if you are not me, you should just use Logrus.