https://github.com/humangrass/sup
Simple and usefull logger
https://github.com/humangrass/sup
go golang logger logging
Last synced: about 1 year ago
JSON representation
Simple and usefull logger
- Host: GitHub
- URL: https://github.com/humangrass/sup
- Owner: humangrass
- License: mit
- Created: 2024-06-16T18:29:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:33:39.000Z (about 2 years ago)
- Last Synced: 2025-02-14T22:30:14.320Z (over 1 year ago)
- Topics: go, golang, logger, logging
- Language: Go
- Homepage: https://pkg.go.dev/github.com/humangrass/sup
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/humangrass/sup/actions/workflows/build-test.yml)
[](https://github.com/humangrass/sup/actions/workflows/golangci-lint.yml)
# Sup!
Really simple logger
## Usage
```go
import "github.com/humangrass/sup"
sup.SetProjectName("Yo!")
sup.Info("Wazzaaaaa!!!") // 2000-07-07 22:33:44 [Yo!] Wazzaaaaa!!!
```