You can view AVB messages in IR system log, using the logCat command. Most VXI execution messages are logged into this file.
Using the logCat command, with different command line arguments, you can view information surrounding
Note:
Using the logCat command without any qualifier ( l ), displays error, fatal, and user log messages.
logCat command |
Description of log message generated |
logCat l vxi_I |
Informative |
logCat l vxi_W |
Warning |
logCat l vxi_E |
Error |
logCat l vxi_F |
Fatal |
logCat l vxi_D |
Verbose debug |
logCat l vxi_L |
Application logs generated by the <log> tag |
logCat l vxi_P |
Performance |