Log View
While the application is running in the Emulator or target device, the IDE's Log view shows the log, debug, and exception messages. If the Log view is not visible, open it by selecting Window > Show View > Log from the IDE menu.
In the Log view, you can:
- Work with LogTabs
Each device has at least 1 default LogTab associated with it. If a device is connected, the default LogTab is not editable or removable. However, you can add additional LogTabs with more filtering options. Additional LogTabs are editable and removable.
- Filter log messages by using the V, D, I, W, E, and F buttons to show only specific log message types (verbose, debug, info, warning, error, and fatal).
- Search for logs by selecting the field (Pid, Tag, or Message) to be searched from the drop-down list, and entering the keyword. Multiple keywords must be separated by a space and a comma.
- Export a log by clicking Export the log and saving current log messages from the Log view as a log file on the host system.
- Remove all log messages from the Log view by clicking Clear the log.
You can create logs in the native framework using the methods defined in the log macros.