VideoOS.Platform.Log.LogMessage Class Reference

Contains one log message. More...

Properties

String Category [get, set]
 The Category further specifying what area this message relates to under the Group.
 
String Group [get, set]
 The group this message should be saved under (see Group class)
 
String Id [get, set]
 A string identifying the log message (not the message itself!)
 
String Message [get, set]
 The message text in the defined Culture (as this LogMessage is part of a LogMessageDictionary for one Culture only)
 
Guid RelatedObjectKind [get, set]
 The id of an object that this message relates to.
 
String Severity [get, set]
 The Severity of this message.
 
String Status [get, set]
 Indicate if this message changes any states.
 

Detailed Description

Contains one log message.

Property Documentation

◆ Category

String VideoOS.Platform.Log.LogMessage.Category
getset

The Category further specifying what area this message relates to under the Group.

◆ Group

String VideoOS.Platform.Log.LogMessage.Group
getset

The group this message should be saved under (see Group class)

◆ Id

String VideoOS.Platform.Log.LogMessage.Id
getset

A string identifying the log message (not the message itself!)

◆ Message

String VideoOS.Platform.Log.LogMessage.Message
getset

The message text in the defined Culture (as this LogMessage is part of a LogMessageDictionary for one Culture only)

◆ RelatedObjectKind

Guid VideoOS.Platform.Log.LogMessage.RelatedObjectKind
getset

The id of an object that this message relates to.

◆ Severity

String VideoOS.Platform.Log.LogMessage.Severity
getset

The Severity of this message.

◆ Status

String VideoOS.Platform.Log.LogMessage.Status
getset

Indicate if this message changes any states.