type github.com/aws/smithy-go/logging.LoggerFunc

2 uses

	github.com/aws/smithy-go/logging (current package)
		logger.go#L25: type LoggerFunc func(classification Classification, format string, v ...interface{})
		logger.go#L28: func (f LoggerFunc) Logf(classification Classification, format string, v ...interface{}) {