Developer Documentation Library > Data Model > Available DSCs > Log DSC > Log variables
 
Log variables
LogFile
Data type: Text
The log file name in which the log entry is recorded.
DateTime
Data type: Date
The local date and time at which the log entry was made.
ComponentID
Data type: Long
The ID of the component that logged the entry. IDs less than 1000 are reserved for UNICOM Intelligence components. For more information, see Component IDs.
LogLevel
Data type: Categorical
Multiple response variable that defines the severity of the log entry. For details, see Logging levels.
AppGroup
Data type: Text
The application group that logged the entry.
LogScope
Data type: Text
The log scope. This is normally used to indicate the origin of the log entry; a string containing the process ID and the logger sequence ID. The process ID can be used to match log entries to application events in the Windows Event Log.
The process ID in the UNICOM Intelligence log is in hexadecimal format, which matches log entries to application events in the Windows Event Log.
Project
Data type: Text
The active project for the log entry.
RespondentId
Data type: Text
The respondent ID for the log entry.
InterviewId
Data type: Text
The interview ID for the log entry.
LogEntry
Data type: Text
The text of the log entry.
See also
Log DSC