https://github.com/m4elstr0m/go-logging-utils
A tiny, zero-config package for prettier logs in your Go softwares.
https://github.com/m4elstr0m/go-logging-utils
go golang logging
Last synced: 5 months ago
JSON representation
A tiny, zero-config package for prettier logs in your Go softwares.
- Host: GitHub
- URL: https://github.com/m4elstr0m/go-logging-utils
- Owner: M4elstr0m
- License: apache-2.0
- Created: 2025-11-14T11:12:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-08T09:00:39.000Z (7 months ago)
- Last Synced: 2026-01-13T20:37:05.352Z (5 months ago)
- Topics: go, golang, logging
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-logging-utils (glu)
## Overview
A tiny package for Go developers who want prettier logs integrated into their code.
## Installation
In your terminal, run:
```sh
go get github.com/M4elstr0m/go-logging-utils
```
## Usage
Please refer to the docstrings within the code for now :wink:
## Credits
M4elstr0m