General
This article describes the TransactionLog object.
Structure
class TransactionLog
{
Id : long
Source : string
Message : string
Data : string
Type : LogMessageType
CreatedBy : string
Created : DateTime
}Properties
Source
Origin of the log entry.
Message
Short description.
Data
Detailed payload.
Type
- Debug
- Information
- Warning
- Error
- PreviousWarning
- PreviousError
CreatedBy / Created
Metadata for log entry.
Behavior
- Warnings and errors are converted to previous states after reset.