Class LogObject
Inherited Members
Namespace: BO4E.BO
Assembly: BO4Enet.dll
Syntax
public class LogObject : BusinessObject
Properties
| Improve this Doc View SourceDatetime
date time at which the log event has been raised
Declaration
public DateTime Datetime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Id
unique id of the log event
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogMessage
actual log message
Declaration
public string LogMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |