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.
- Host: GitHub
- URL: https://github.com/tomiok/tomatto-logger
- Owner: tomiok
- License: mit
- Created: 2020-09-14T01:15:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T06:58:19.000Z (over 5 years ago)
- Last Synced: 2025-08-07T06:45:18.892Z (11 months ago)
- Topics: golang, json, json-log, log-api, log-management, logger, logging, tomatto-logger
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)