ADMIN_Log_AddLogData

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Stored procedure

Associate data with a log entry.

Parameters

@LogID mandatory int
The log id to connect the data to.
@VariableName mandatory varchar
The name of the variable.
@VariableType mandatory varchar(50)
The type of the variable.
@VariableValue optional nvarchar(max)
The value of the variable.