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