Versions in this module Expand all Collapse all v1 v1.3.0 Sep 20, 2021 v1.2.0 Sep 3, 2021 Changes in this version + type Logger struct + Level string + Module string + func New(level, module string) *Logger + func (c Logger) Debug(message string, args ...interface{}) + func (c Logger) Error(message string, args ...interface{}) + func (c Logger) FatalError(message string, args ...interface{}) + func (c Logger) Info(message string, args ...interface{})