Contents Index LogListener interface ServerContext interface

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

LogMessage class


Holds the data associated with a log message.

Extends java.lang.Object

Constants 

int ERROR

int WARNING

getType method 
public int getType( )

Accessor for this message type.

Returns the type of this message, which can be either ERROR or WARNING.

getUser method 

public java.lang.String getUser( )

Accessor for this message user. If the message has no user, then the user is NULL.

Returns the user associated with this message.

getText method 

public java.lang.String getText( )

Accessor for the message text.

Returns the main text of this message.


Contents Index LogListener interface ServerContext interface