Voice

Home 

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
(1024)

The content of the log message.

CODE

 

Numeric code of the message.

LOGLEVEL

 

The level of the message (0 – Debug, 1 – Information, 2 – Warning, 3 – Error, 4 – Panic).

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
(255)

Operation ID.

PID

 

Client process’s ID.

TID

Int

Client process thread’s ID.

MODULENAME

Nvarchar
(255)

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
(255)

COM ClassID of the sender.

INSTANCEID

Nvarchar
(255)

ID of the sender instance.

HOST

Nvarchar
(255)

Computer name of the sender.

APPNAME

Nvarchar
(255)

Application name.

METHODNAME

Nvarchar
(255)

Internal method name.


Was this article useful?