UserLogRecord(User, LogRecord) constructor

Constructs a new UserLogRecord object that copies all of its information from an existing LogRecord object.

Syntax

public UserLogRecord ( User user , LogRecord record )

Parameters

Usage

This will copy all of the information from the existing log record, including message parameters.