Struct LogItem
Full information about log event
Inherited Members
Namespace: CAMAPI.Logger
Assembly: CAMAPI.Logger.dll
Syntax
public struct LogItemFields
EventType
Event type of log event
Declaration
public TLogEventType EventTypeField Value
| Type | Description | 
|---|---|
| TLogEventType | 
eventDate
Date and time of log event
Declaration
public _FILETIME eventDateField Value
| Type | Description | 
|---|---|
| _FILETIME | 
message
Message of log event
Declaration
public string messageField Value
| Type | Description | 
|---|---|
| string | 
srcModule
Name of module, where was log event
Declaration
public string srcModuleField Value
| Type | Description | 
|---|---|
| string | 
subModule
Name of submodule, where was log event
Declaration
public string subModuleField Value
| Type | Description | 
|---|---|
| string | 
threadID
ID of thread, where was log event
Declaration
public ushort threadIDField Value
| Type | Description | 
|---|---|
| ushort |