ooni-probe-cli/internal/engine/netx/tlsdialer/logging.go

8 lines
157 B
Go
Raw Normal View History

package tlsdialer
// Logger is the logger assumed by this package
type Logger interface {
Debugf(format string, v ...interface{})
Debug(message string)
}