Interface: aws.Logger
import "../ibm-cos-sdk-go/aws"
Overview
A Logger is a minimalistic interface for the SDK to log messages to. Should be used to provide custom logging writers for the SDK to use.
Implemented By
Interface Method Summary collapse
- Log(...interface{}) interface
Interface Method Details
Log(...interface{})
This method is abstract.
87 |
// File 'aws/logger.go', line 87
|