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

     1  package loggerinf
     2  
     3  type LoggerWithFormatLogger interface {
     4  	Logger
     5  	FormatLogger
     6  }