Struct LogItem
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: SprutCAMTech.CAMAPI.Extensions
Assembly: SprutCAMTech.CAMAPI.Extensions.dll
Syntax
public struct LogItem
Fields
eventDate
Date and time of log event
Declaration
public _FILETIME eventDate
Field Value
Type | Description |
---|---|
_FILETIME |
EventType
Event type of log event
Declaration
public TLogEventType EventType
Field Value
Type | Description |
---|---|
TLogEventType |
message
Message of log event
Declaration
public string message
Field Value
Type | Description |
---|---|
string |
srcModule
Name of module, where was log event
Declaration
public string srcModule
Field Value
Type | Description |
---|---|
string |
subModule
Name of submodule, where was log event
Declaration
public string subModule
Field Value
Type | Description |
---|---|
string |
threadID
ID of thread, where was log event
Declaration
public ushort threadID
Field Value
Type | Description |
---|---|
ushort |