Flag on whether to log metrics for service calls.
            
            This can be set in the application's configs, as below:
             CopyC#
CopyC#
 CopyC#
CopyC#<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSLogMetrics" value"true"/> </appSettings> </configuration>
 Declaration Syntax
 Declaration Syntax| C# | 
public bool LogMetrics { get; set; }