https://github.com/proofrock/go-mylittlelogger
A small, useful, non-structured logger for Go(lang)
https://github.com/proofrock/go-mylittlelogger
go logging
Last synced: about 1 year ago
JSON representation
A small, useful, non-structured logger for Go(lang)
- Host: GitHub
- URL: https://github.com/proofrock/go-mylittlelogger
- Owner: proofrock
- License: isc
- Created: 2022-01-24T14:33:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T12:38:46.000Z (over 4 years ago)
- Last Synced: 2025-02-05T16:35:47.997Z (over 1 year ago)
- Topics: go, logging
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-mylittlelogger
A small, useful, non-structured logger for Go(lang)
# why?
Because I need a non-structured logger, where I can substitute the behaviour
of `log.Fatal` (call `os.Exit()`) during tests, and also disable the log
altogether.