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

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

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.