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

LoggerFunc

Interface Method Summary collapse

Interface Method Details

Log(...interface{})

This method is abstract.


87
// File 'aws/logger.go', line 87

Log(...interface{})