Categorygithub.com/goinsane/xlog
repositorypackage
1.2.7
Repository: https://github.com/goinsane/xlog.git
Documentation: pkg.go.dev

# README

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=.