https://github.com/michurin/minlog
Minimalist golang logger. An attempt to invent slog before slog has been invented
https://github.com/michurin/minlog
go golang log logger logging microservice
Last synced: 4 days ago
JSON representation
Minimalist golang logger. An attempt to invent slog before slog has been invented
- Host: GitHub
- URL: https://github.com/michurin/minlog
- Owner: michurin
- License: mit
- Created: 2021-06-05T06:23:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T07:54:50.000Z (about 2 years ago)
- Last Synced: 2025-01-01T04:20:07.248Z (over 1 year ago)
- Topics: go, golang, log, logger, logging, microservice
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minlog  [](https://codecov.io/gh/michurin/minlog) [](https://goreportcard.com/report/github.com/michurin/minlog) [](https://pkg.go.dev/github.com/michurin/minlog)
## Features
- Time stamps
- Callers
- Simple leveled logging, argument type based
- Contextual logging, `context.Context` based
- Format customization including structured logging
- Extremely simple one-method interface
## Usage and docs
Docs and examples are available in [GoDoc](https://pkg.go.dev/github.com/michurin/minlog)