enable changing debug and prefix by outside callers

This commit is contained in:
2021-03-27 10:29:41 -04:00
parent 80985d1084
commit 0887f0c76e
6 changed files with 11 additions and 11 deletions

View File

@@ -15,8 +15,8 @@ type Logger interface {
Info(string, ...interface{}) error
Notice(string, ...interface{}) error
Warning(string, ...interface{}) error
doDebug(bool)
setPrefix(string)
DoDebug(bool)
SetPrefix(string)
GetPrefix() string
Setup()
Shutdown()