LogOpts

Applies to

MLSynchronization and MLSync objects

Description

Specifies dbmlsync options to control logging output.

Usage

At design time, you can enter a value for LogOpts in the Log Options text box on the Logging tab of the Properties view for an MLSync object. At runtime, application users can enter a value for LogOpts in the Logging text box on the Settings tab page of the default synchronization options window generated by the MobiLink wizard.

Logging options are indicated with a short text description on the MobiLink Client Logging Options page of the MobiLink wizard.

In scripts

You can change the logging options in script as follows:

mySync_1.LogOpts = "-v+" 

The -v+ value logs all synchronization information except the connection string and the MobiLink password.