https://github.com/haxii/log
Quick & Reliable server service logging for golang, with logstash TCP&UDP input support
https://github.com/haxii/log
golang logging logstash
Last synced: 3 months ago
JSON representation
Quick & Reliable server service logging for golang, with logstash TCP&UDP input support
- Host: GitHub
- URL: https://github.com/haxii/log
- Owner: haxii
- Created: 2018-01-18T08:12:02.000Z (over 8 years ago)
- Default Branch: v2
- Last Pushed: 2024-08-06T17:49:42.000Z (almost 2 years ago)
- Last Synced: 2025-12-18T12:17:50.665Z (6 months ago)
- Topics: golang, logging, logstash
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# log [](https://travis-ci.org/haxii/log) [](https://godoc.org/github.com/haxii/log)
Quick & Reliable server service logging for golang.
This golang logging lib provides `Debug`, `Info`, `Error` and `Fatal` in logging interface for a typical server service
respectively.
Meanwhile, it also provides 2 kinds of implementation using standard logging package
and [zerolog](https://github.com/rs/zerolog). Checkout the [examples](https://github.com/haxii/log/tree/master/example)
for detailed usage.