terraform/vendor/github.com/spotinst/spotinst-sdk-go/spotinst/logger.go

7 lines
146 B
Go

package spotinst
// Logger specifies the interface for all log operations.
type Logger interface {
Printf(format string, args ...interface{})
}