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#
CopyC#
 CopyC#
CopyC#<appSettings> <add key="AWSLogging" value="log4net"/> </appSettings>
 Declaration Syntax
 Declaration Syntax| C# | 
public static LoggingOptions Logging { get; set; }