https://github.com/daltonsw/bark
A minimalistic logging module focused on short-term execution contexts.
https://github.com/daltonsw/bark
Last synced: 17 days ago
JSON representation
A minimalistic logging module focused on short-term execution contexts.
- Host: GitHub
- URL: https://github.com/daltonsw/bark
- Owner: DaltonSW
- License: mit
- Created: 2025-04-25T22:19:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T17:16:53.000Z (over 1 year ago)
- Last Synced: 2025-10-24T08:28:26.868Z (9 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/go.dalton.dog/bark
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bark
A minimalistic Go logging module focused on short-term executions. Presently just a simple wrapper around Charm's log module with some reasonable defaults for those who like logging in the terminal like me.