Example Logger
astrient • Dec 15, 2006 • 373

This class demonstrates how to log messages to the hostj2me.com application log.

The application log is an easy way to add remote logging capabilities to a J2ME application.

Example:

Logger logger = new Logger(messageBufferSize,applicationName,myAPIKey);

logger.log("application started");