Called when the MobiLink server prints a message.
Public Delegate Sub LogCallback( ByVal sc As ServerContext, ByVal message As LogMessage )
public delegate void LogCallback(ServerContext sc, LogMessage message);
Implementations of this delegate can be registered with the ServerContext events to be called when the MobiLink server prints a message.