Redirecting Command Output to a Log (RedirectOutputToLog)

Use the ICICommandSettings interface RedirectOutputToLog property to check if output is sent to a log. Also use the property to send output to a log. Refer to Command Settings Interface Properties for an illustration of how this and other ICICommandSettings can be accessed in the administration interface.

Signature:

HRESULT RedirectOutputToLog([out, retval] VARIANT_BOOL *pVal);

HRESULT RedirectOutputToLog([in] VARIANT_BOOL newVal);