AWS SDK for .NET Documentation
Logging Property
AmazonAmazonAWSConfigsLogging Did this page help you?   Yes   No    Tell us about it...
Configures how the SDK should log events, if at all. Changes to this setting will only take effect in newly-constructed clients. The setting can be configured through App.config, for example:
CopyC#
<appSettings>
  <add key="AWSLogging" value="log4net"/>
</appSettings>
Declaration Syntax
C#
public static LoggingOptions Logging { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)