Mobile Development Logging Preferences

Set mobile development logging preferences for logging events in the Unwired WorkSpace environment.

Note: To see the logging preferences you must access Preferences by selecting Window > Preferences, not from the Mobile Application Diagram.

Clear all root log receivers – clears all information for each log described in this section. Some plugins append messages to the root logger, which sends mobile development messages to their appender. The result can be the sending of duplicate messages to the console.

Mobile development logging: Console
Property Description
Enable Console logging Enable logging to the Eclipse Console view (default). To see the Console view, select Window > Show View > Other > General > Console.
Log Level Select the level of verbosity for console logging:
  • Debug — designates fine-grained informational events that are useful for debugging an application.
  • Info (default) — designates informational messages that highlight the progress of the application at a coarse-grained level.
  • Warn — designates potentially harmful situations.
  • Error — designates error events that might still allow the application to continue running.
  • Fatal — designates severe error events that will presumably lead the application to abort.
Mobile development logging: Eclipse
Property Description
Enable Eclipse Logging Enable logging to the Eclipse log file and the Error Log view (default).
Log Level Select the level of verbosity for console logging:
  • Debug — designates fine-grained informational events that are useful for debugging an application.
  • Info — designates informational messages that highlight the progress of the application at a coarse-grained level.
  • Warn — designates potentially harmful situations.
  • Error — designates error events that might still allow the application to continue running.
  • Fatal — designates severe error events that will presumably lead the application to abort.
Mobile development logging: File
Property Description
Enable file logging Write logs to the specified file in the file system (default).
Log level Select the level of verbosity for console logging:
  • Debug — designates fine-grained informational events that are useful for debugging an application.
  • Info — designates informational messages that highlight the progress of the application at a coarse-grained level.
  • Warn — designates potentially harmful situations.
  • Error — designates error events that might still allow the application to continue running.
  • Fatal — designates severe error events that will presumably lead the application to abort.
Log file Enter or browse to the location and name of the log file. Or use the default log file, uepdev.log.
Rollover frequency Select how often the log file should be reset: Daily, Weekly (default), or Monthly.
Clear log file on startup Erases contents of log file each time Unwired WorkSpace is started (default).
Related reference
Mobile Development Developer Profile Preferences
Mobile Business Object Preferences
Mobile Application Diagram Preferences
Mobile Development Miscellaneous Preferences