https://github.com/goinsane/xlog
provides leveled and structured logging
https://github.com/goinsane/xlog
golang golang-library golang-log golang-logger golang-logging golang-package log logger logging xlog
Last synced: 5 months ago
JSON representation
provides leveled and structured logging
- Host: GitHub
- URL: https://github.com/goinsane/xlog
- Owner: goinsane
- License: bsd-3-clause
- Archived: true
- Created: 2019-10-23T15:57:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T21:01:44.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T03:12:38.121Z (about 2 years ago)
- Topics: golang, golang-library, golang-log, golang-logger, golang-logging, golang-package, log, logger, logging, xlog
- Language: Go
- Homepage: https://pkg.go.dev/github.com/goinsane/xlog
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# xlog
[](https://pkg.go.dev/github.com/goinsane/xlog)
Package xlog provides leveled and structured logging.
Please see [godoc](https://pkg.go.dev/github.com/goinsane/xlog).
## 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=.