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

https://github.com/proofrock/go-mylittlelogger

A small, useful, non-structured logger for Go(lang)
https://github.com/proofrock/go-mylittlelogger

go logging

Last synced: about 1 year ago
JSON representation

A small, useful, non-structured logger for Go(lang)

Awesome Lists containing this project

README

          

# go-mylittlelogger

A small, useful, non-structured logger for Go(lang)

# why?

Because I need a non-structured logger, where I can substitute the behaviour
of `log.Fatal` (call `os.Exit()`) during tests, and also disable the log
altogether.