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