gitlab.com/evatix-go/core@v1.3.55/coreinterface/loggerinf/FormatDebugLogger.go (about)

     1  package loggerinf
     2  
     3  type FormatDebugLogger interface {
     4  	DebugFmt(formatter string, args ...interface{}) // Debug logs a message at Debug level.
     5  }