The following table contains all properties of this entity and their description
Property Name | Description | Type |
---|---|---|
LogEntryId | The log entry identifier. | Guid |
Application | The application which is being logged. | string |
Date | Date of the log. | DateTimeOffset |
Thread | The thread which is being logged. | string |
Level | The logging level. | string |
Logger | The logger. | string |
Message | The log message. | string |
Exception | The exception logged. | string |