nn::nex::Log::SetLogDevice Member Function

Syntax

void SetLogDevice(
     LogDevice * pLogDevice,
     qBool bDeleteCurrentDevice = true
);

Parameters

Name Description
in pLogDevice Sets LogDevice. Dynamic allocation with qNew is required.
in bDeleteCurrentDevice Specify TRUE to automatically delete the current LogDevice. Specify FALSE to not delete the current LogDevice.

Return Values

None.

Description

Sets LogDevice.

See Also

GetLogDevice()

Revision History

2012/07/19
Initial version.

CONFIDENTIAL