type github.com/aws/aws-sdk-go/aws.LogLevelType
15 uses
github.com/aws/aws-sdk-go/aws (current package)
config.go#L83: LogLevel *LogLevelType
config.go#L358: func (c *Config) WithLogLevel(level LogLevelType) *Config {
logger.go#L10: type LogLevelType uint
logger.go#L14: func LogLevel(l LogLevelType) *LogLevelType {
logger.go#L20: func (l *LogLevelType) Value() LogLevelType {
logger.go#L30: func (l *LogLevelType) Matches(v LogLevelType) bool {
logger.go#L38: func (l *LogLevelType) AtLeast(v LogLevelType) bool {
logger.go#L46: LogOff LogLevelType = iota * 0x1000
logger.go#L58: LogDebugWithSigning LogLevelType = LogDebug | (1 << iota)
github.com/aws/aws-sdk-go/aws/request
request.go#L200: func WithLogLevel(l aws.LogLevelType) Option {
github.com/aws/aws-sdk-go/aws/signer/v4
v4.go#L169: Debug aws.LogLevelType
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |