Struct LogItem
Inherited Members
Namespace: CAMAPI.Logger
Assembly: CAMAPI.Logger.dll
Syntax
public struct LogItem
Fields
EventType
Declaration
public TLogEventType EventType
Field Value
| Type | Description |
|---|---|
| TLogEventType |
eventDate
Declaration
public _FILETIME eventDate
Field Value
| Type | Description |
|---|---|
| _FILETIME |
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 |