How to log basic Text Output
#include <iostream>
#include <unistd.h>
int main() {
int i = 0;
while (true) {
std::cout << i++ << std::endl;
sleep(1);
}
}Viewing Logs via the Vehicle Web UI


Viewing Logs via the Command Line
Log Files and Suite Display

Last updated