MobiLink Synchronization User's Guide
Writing Synchronization Scripts in .NET
Running .NET synchronization logic
You may choose to add statements to your .NET methods that print information to the MobiLink log using System.Console. Doing so can help you track the progress and behavior of your classes.
Performance tipPrinting information in this manner is a useful monitoring tool, but is not recommended in a production scenario. |
The same technique can be exploited to log arbitrary synchronization information or collect statistical information on how your scripts are used.