SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteEvent2
Represents a full log event entry
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
Details | string? | The full stack-trace and details | |
EventCategory | string? | The event category | |
EventCode | int | The event code | Yes |
EventId | string? | The event id | |
EventTimeUtc | dateTime | The event time in UTC | Yes |
EventTypeId | int | The type of event log entry (Error = 1, Warning = 2, Information = 4, SuccessAudit = 8, FailureAudit = 16) | Yes |
EventTypeName | string? | The name of the event type | |
Message | string? | The short message |