FileDiagnosticsTelemetryModule Class
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.
Diagnostics telemetry module for azure web sites.
public class FileDiagnosticsTelemetryModule : IDisposable, Microsoft.ApplicationInsights.Extensibility.ITelemetryModule
type FileDiagnosticsTelemetryModule = class
interface IDisposable
interface ITelemetryModule
Public Class FileDiagnosticsTelemetryModule
Implements IDisposable, ITelemetryModule
- Inheritance
-
FileDiagnosticsTelemetryModule
- Implements
Constructors
FileDiagnosticsTelemetryModule() |
Initializes a new instance of the FileDiagnosticsTelemetryModule class. |
Properties
LogFileName |
Gets or sets log file name. |
LogFilePath |
Gets or sets log file path. |
Severity |
Gets or sets diagnostics Telemetry Module LogLevel configuration setting. |
Methods
Dispose() |
Disposes event listener. |
Dispose(Boolean) |
Disposes event listener. |
Initialize(TelemetryConfiguration) |
No op. |
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.
Azure SDK for .NET