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

https://github.com/tomiok/tomatto-logger

Tomatto logger is a lightweight library written 100% in Golang for standard output and in JSON.
https://github.com/tomiok/tomatto-logger

golang json json-log log-api log-management logger logging tomatto-logger

Last synced: about 1 month ago
JSON representation

Tomatto logger is a lightweight library written 100% in Golang for standard output and in JSON.

Awesome Lists containing this project

README

          

# tomatto-logger
Tomatto logger is a lightweight library written 100 in Golang for standard output and in JSON.

## Usage
Refer to [info_examples.go](./examples/info_example.go) file, you'll find a simple use there.

## Output example
```json
{
"line": 19,
"method": "main.sum",
"file": "info_example.go",
"message": "the result is 1148"
}
```

## Built With
* [Golang](https://golang.org/)- Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

## Youtube Channel
* [tomas lingotti](https://www.youtube.com/channel/UCc0nc3x5UIGz2NOPgCNps5g)

## Authors
- [Tomas Lingotti](https://github.com/tomiok)