Fields
Field |
Field Type |
Null |
Notes |
Description |
LOGDATE
|
datetimeoffset
|
false
|
|
Time that this log record was created on the SQL Server.
|
LOGTYPECODE
|
tinyint
|
false
|
|
Indicates the type of log record (info, warning, or error).
|
LOGTYPE
|
nvarchar(11) (Computed)
|
true
|
|
Provides a translation for the 'LOGTYPECODE' field.
|
LOGMESSAGE
|
nvarchar(3000)
|
false
|
|
The text of the message that has been logged.
|
DATEADDED
|
datetime
|
false
|
|
|
SOURCECODE
|
tinyint
|
false
|
|
Indicates the source of his log record (app server, workflow server, activity, or other).
|
SOURCE
|
nvarchar(17) (Computed)
|
true
|
|
Provides a translation for the 'SOURCECODE' field.
|