Ivanti Voice Log Database Table: LOG_RECORDS
This section describes the Ivanti Voice database LOG_RECORDS table, which stores all Ivanti Voice log messages.
|
Column |
Type |
Description |
|
ID |
Bigint |
The unique ID of the record. |
|
SYNCMAJOR |
Int |
Major part of the synchronization ID. |
|
SYNCMINOR |
Int |
Minor part of the synchronization ID. |
|
LOGTEXT |
Nvarchar |
The content of the log message. |
|
CODE |
Numeric code of the message. |
|
|
LOGLEVEL |
The level of the message (5 - Trace, 1- Debug, 2 - Information, 3 - Warning, 4 - Error, 5 - Panic). At present, the ‘Trace’ level is implemented only for Voice Server component. |
|
|
CLIENTLOGDATE |
Datetime |
Message timestamp in the client coordinates. |
|
CLIENTDATEMS |
Int |
Milliseconds part of the client timestamp. |
|
LOGDATE |
Datetime |
Message timestamp in the server coordinates. |
|
LOGDATEMS |
Int |
Milliseconds part of the server timestamp. |
|
HRESULT |
HRESULT code of the COM method (if applicable). |
|
|
OPERID |
Nvarchar |
Operation ID. |
|
PID |
Client process’s ID. |
|
|
TID |
Int |
Client process thread’s ID. |
|
MODULENAME |
Nvarchar |
Path to the client executable file. |
|
VERSION_0 – VERSION_3 |
Int |
Client version number (X.X.X.X). |
|
THIS |
Internal pointer to the log message sender. |
|
|
CLSID |
Nvarchar |
COM ClassID of the sender. |
|
INSTANCEID |
Nvarchar |
ID of the sender instance. |
|
HOST |
Nvarchar |
Computer name of the sender. |
|
APPNAME |
Nvarchar |
Application name. |
|
METHODNAME |
Nvarchar |
Internal method name. |