Configures when the SDK should log service responses.
            Changes to this setting will take effect immediately.
            
            The setting can be configured through App.config, for example:
             CopyC#
CopyC#
 CopyC#
CopyC#<appSettings> <add key="AWSResponseLogging" value="OnError"/> </appSettings>
 Declaration Syntax
 Declaration Syntax| C# | 
public static ResponseLoggingOption ResponseLogging { get; set; }