Configures if the SDK should log performance metrics.
            This setting configures the default LogMetrics property for all clients/configs.
            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="AWSLogMetrics" value="true"/> </appSettings>
 Declaration Syntax
 Declaration Syntax| C# | 
public static bool LogMetrics { get; set; }