SerilogEvent¶
Contains events from the Serilog logging framework, see Serilog documentation. Names of columns match the Serilog standard.
Fields¶
| Field | Type | Description |
|---|---|---|
| Exception | string | |
| Id | numeric | Internal ID for the SerilogEvent entity (Primary Key) |
| Level | string | Level of the log event |
| Message | string | Message of the log event |
| MessageTemplate | string | Message template of the log event |
| Properties | string | Properties of the log event |
| SourceContext | string | Source context of the log event |
| TimeStamp | datetime | Timestamp of the log event |