LoggerFactoryOptions.ActivityTrackingOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets LoggerFactoryOptions value to indicate which parts of the tracing context information should be included with the logging scopes.
public:
property Microsoft::Extensions::Logging::ActivityTrackingOptions ActivityTrackingOptions { Microsoft::Extensions::Logging::ActivityTrackingOptions get(); void set(Microsoft::Extensions::Logging::ActivityTrackingOptions value); };
public Microsoft.Extensions.Logging.ActivityTrackingOptions ActivityTrackingOptions { get; set; }
member this.ActivityTrackingOptions : Microsoft.Extensions.Logging.ActivityTrackingOptions with get, set
Public Property ActivityTrackingOptions As ActivityTrackingOptions
Property Value
An activity tracking options instance.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.