Spire Message Structure

SpireMessage Properties

NameTypeDescription
SenderSpireEventSourceThe platform or system that's raised this message
OwnerstringYour Unique Identifier
BodyMessageBodyThe contents of the message

SpireEventSource Properties

NameTypeDescription
SourceNamestringThe system name raising the event
Classint0=Information, 1=Warning, 2=Error, 3=Debug, 4=Trace
ProviderstringThe unique identifier of the source (e.g Application Id)

MessageBody Properties

NameTypeDescription
MessageTypestringName of the event type being raised
TimestampDateTimeThe date and time the event was raised by the originating platform
BodystringA message relating to the event type raised (can be overridden by inherited message types)