https://github.com/protolambda/asklog
Golang logging config and utils for Ask CLI
https://github.com/protolambda/asklog
Last synced: about 2 months ago
JSON representation
Golang logging config and utils for Ask CLI
- Host: GitHub
- URL: https://github.com/protolambda/asklog
- Owner: protolambda
- License: mit
- Created: 2024-12-07T11:50:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T11:59:38.000Z (6 months ago)
- Last Synced: 2025-02-03T18:56:24.259Z (4 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asklog
Log config / utils for CLI tool building with
[`github.com/protolambda/ask`](https://github.com/protolambda/ask).This uses the [`github.com/ethereum/go-ethereum/log`](https://github.com/ethereum/go-ethereum/tree/master/log) package.
## Example
See [`asklog_example_test.go`](./asklog_example_test.go).
## License
MIT, see [`LICENSE`](./LICENSE) file.