cloggo

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

README

cloggo

Command line tool for visualizing logs in the terminal to help you debug your application by easily identifying the important parts of the log.

Format

Level Color Background
INFO Cyan Black
WARN Black Yellow
ERROR Black Red

Installation

go install github.com/karim-w/cloggo@latest

Usage

{process} | cloggo

Example

$ echo '
INFO: Application started
{"level":"WARN","message": "missing configs"}
ERROR: Something went wrong
' | cloggo

Example

License

BSD 3-Clause License

Author

Karim-W

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL