Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java reference » LogListener interface

 

messageLogged method

Syntax
public void messageLogged(
   ServerContext sc,
   LogMessage message )
Remarks

Invoked when a message is printed to the log.

Parameters
  • sc   The context for the server that is printing the message.

  • message   The LogMessage that has been sent to the MobiLink log.

Example

See: Handling MobiLink server errors in Java