Table of Contents

Class LogMeasurement

Namespace
Quilt4Net.Toolkit.Features.ApplicationInsights
Assembly
Quilt4Net.Toolkit.dll
public record LogMeasurement : IEquatable<LogMeasurement>
Inheritance
LogMeasurement
Implements
Inherited Members

Properties

Action

public required string Action { get; init; }

Property Value

string

Application

public required string Application { get; init; }

Property Value

string

CategoryName

public required string CategoryName { get; init; }

Property Value

string

Elapsed

public required TimeSpan Elapsed { get; init; }

Property Value

TimeSpan

Method

public required string Method { get; init; }

Property Value

string

TimeGenerated

public required DateTime TimeGenerated { get; init; }

Property Value

DateTime