Redirect LE_INFO(), LE_DEBUG() to a file

Hello,
Legato: 15.10.0
FW: 07.04.06.00
Hardware: WP8&MangOH

how can I redirect LE_INFO(), LE_DEBUG()… to a file?

On the target, you can redirect the output of the “logread” command to a file.

Jay

Thanks.
It is possoble to that programmatically in C using system() function?