package tacitus type Logger interface { Info(format string, params ...interface{}) }