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
-
user –
The user to log the message for
-
record –
The LogRecord object containing the original log message information.
Usage
This will copy all of the information from the existing log record, including message parameters.