Struct tagLogItem
Full information about log event
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: CAMAPI.Logger
Assembly: CAMAPI.Logger.dll
Syntax
public struct tagLogItem
Fields
eventDate
Declaration
public _FILETIME eventDate
Field Value
Type | Description |
---|---|
_FILETIME |
EventType
Declaration
public TLogEventType EventType
Field Value
Type | Description |
---|---|
TLogEventType |
message
Declaration
public string message
Field Value
Type | Description |
---|---|
string |
srcModule
Declaration
public string srcModule
Field Value
Type | Description |
---|---|
string |
subModule
Declaration
public string subModule
Field Value
Type | Description |
---|---|
string |
threadID
Declaration
public ushort threadID
Field Value
Type | Description |
---|---|
ushort |