Contents Index InOutString interface LogMessage class

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in Java
    MobiLink Java API Reference

LogListener interface


The listener interface for catching messages that are printed to the log.

messageLogged method 

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.


Contents Index InOutString interface LogMessage class