goinsane / xlog

provides leveled and structured logging

Home Page:https://pkg.go.dev/github.com/goinsane/xlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xlog

Go Reference

Package xlog provides leveled and structured logging. Please see godoc.

Examples

To run any example, please use the command like the following:

cd examples/
go run example1.go

Tests

To run all tests, please use the following command:

go test -v

To run all examples, please use the following command:

go test -v -run=^Example

To run all benchmarks, please use the following command:

go test -v -run=^Benchmark -bench=.

About

provides leveled and structured logging

https://pkg.go.dev/github.com/goinsane/xlog

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%