dnitsch / simplelog

wraps around Zerolog with simplified options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage Vulnerabilities Bugs Maintainability Rating

Simple Log

Simple wrapper around zeroLog logger with simple interface for most common use cases

Additionally a [logr]https://github.com/go-logr/logr compliant interface can be instantiated with the same "constructor" signature as the standard implementation.

Exposes 3 log levels and returns an instance of a logger with set-able level and writer.

  • DEBUG
  • INFO
  • ERROR

About

wraps around Zerolog with simplified options

License:MIT License


Languages

Language:Go 84.8%Language:Makefile 10.1%Language:Shell 5.0%