Class LogItemBase
public abstract record LogItemBase : IEquatable<LogItemBase>
- Inheritance
-
LogItemBase
- Implements
-
- Derived
-
- Inherited Members
-
Properties
public required string Application { get; init; }
Property Value
- string
public required string Environment { get; init; }
Property Value
- string
public required string Fingerprint { get; init; }
Property Value
- string
public required string Id { get; init; }
Property Value
- string
public required string Message { get; init; }
Property Value
- string
public required DateTime TimeGenerated { get; init; }
Property Value
- DateTime