Hi,
In the external libraries,
I know I can use LogAdd to add some logs
Now if I want to dump all my logs, what should I do?
I tried following steps:
CAL_LogAdd(STD_LOGGER, COMPONENT_ID, LOG_INFO, ERR_OK, 0, "Hi! This is a test log"); //ok
LogDumpAll(LT_DUMP_ALWAYS); //nothing happens
Can anybody help me? Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
In the external libraries,
I know I can use LogAdd to add some logs
Now if I want to dump all my logs, what should I do?
I tried following steps:
CAL_LogAdd(STD_LOGGER, COMPONENT_ID, LOG_INFO, ERR_OK, 0, "Hi! This is a test log"); //ok
LogDumpAll(LT_DUMP_ALWAYS); //nothing happens
Can anybody help me? Thanks in advance