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
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.