gitlab.com/evatix-go/core@v1.3.55/coreinterface/loggerinf/FormatInfoLogger.go (about) 1 package loggerinf 2 3 type FormatInfoLogger interface { 4 InfoFmt(format string, args ...interface{}) // Info logs a message at Info level. 5 }