Versions in this module Expand all Collapse all v1 v1.0.9 Dec 22, 2022 v1.0.8 Dec 22, 2022 Changes in this version + type Level uint32 + const Debug + const Error + const Fatal + const Info + const Warn + func ParseLevel(level string) Level + type Logger struct + func NewLogger(level Level) *Logger + func (logger *Logger) Debug(msg string) + func (logger *Logger) Error(msg string) + func (logger *Logger) Fatal(msg string) + func (logger *Logger) Info(msg string) + func (logger *Logger) Warn(msg string)