MobiLink Synchronization User's Guide
Writing Synchronization Scripts in Java
MobiLink Java API Reference
The listener interface for catching messages that are printed to the log.
public void messageLogged(
ServerContext sc
LogMessage message )
Invoked when a message is printed to the log. There are two parameters: sc, which is the context for the server that is printing the message; and message, which is the LogMessage that has been sent to the MobiLink log.