Class LogMeasurement
public record LogMeasurement : IEquatable<LogMeasurement>
- Inheritance
-
LogMeasurement
- Implements
-
- Inherited Members
-
Properties
public required string Action { get; init; }
Property Value
- string
public required string Application { get; init; }
Property Value
- string
public required string CategoryName { get; init; }
Property Value
- string
public required TimeSpan Elapsed { get; init; }
Property Value
- TimeSpan
public required string Method { get; init; }
Property Value
- string
public required DateTime TimeGenerated { get; init; }
Property Value
- DateTime