eric.lin - 2018-08-20

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