ApplicationLog¶
Used by various OctoSAM components to write log messages.
Fields¶
Field | Type | Description |
---|---|---|
ID | bigint | Internal ID for the ApplicationLog entity (Primary Key) |
Message | nvarchar | Log message |
TimeStamp | datetime2 | Date/Time this log entry was created |
UserName | nvarchar | Client user ID of the process that generated the log messageĀ |