SerilogEvent¶
Contains events from the Serilog logging framework, see Serilog documentation.
Fields¶
Field | Type | Description |
---|---|---|
Exception | nvarchar | |
Id | bigint | Internal ID for the SerilogEvent entity (Primary Key) |
Level | nvarchar | |
Message | nvarchar | |
MessageTemplate | nvarchar | |
Properties | nvarchar | |
SourceContext | nvarchar | |
TimeStamp | datetime |