An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# log [![Build Status](https://travis-ci.org/haxii/log.svg?branch=master)](https://travis-ci.org/haxii/log) [![GoDoc](https://godoc.org/github.com/haxii/log?status.svg)](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.