Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
LoggerFactoryOptions.ActivityTrackingOptions Property
Definition
- Namespace:
- Microsoft.Extensions.Logging
- Assembly:
- Microsoft.Extensions.Logging.dll
- Package:
- Microsoft.Extensions.Logging v11.0.0-preview.5.26302.115
- Source:
- LoggerFactoryOptions.cs
- Source:
- LoggerFactoryOptions.cs
- Source:
- LoggerFactoryOptions.cs
- Source:
- LoggerFactoryOptions.cs
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
