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

     1  package loggerinf
     2  
     3  type LoggerWithFormatLoggerContractsBinder interface {
     4  	LoggerWithFormatLogger
     5  	AsLoggerWithFormatLoggerContractsBinder() LoggerWithFormatLoggerContractsBinder
     6  }