Skip to content

dnitsch/simplelog

Repository files navigation

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