Versions in this module Expand all Collapse all v0 v0.0.1 Aug 15, 2022 Changes in this version + type Level string + const Debug + const Error + const Info + const Notice + const Warning + type Logger interface + Log func(level Level, data string) + type Standard struct + Logger log.Logger + func (s *Standard) Log(level Level, data string)