I started working on this.
Indeed I made g_default_channel an array.
I modified all output functions to use all available channels in the list.
It worked correctly, but still the code is not clean enough to PR it.
There are some issues to be resolved, before "finalizing" the code.
1. What is the
On Thu, Jan 21, 2021 at 7:27 AM Fotis Panagiotopoulos
wrote:
> Hi,
>
> I am in need of having the syslog to output to multiple channels.
> There shall be a file in an SD card where syslog will always output the
> messages.
> Simultaneously I need to be able to see the log in real-time in a serial
Hi,
I am in need of having the syslog to output to multiple channels.
There shall be a file in an SD card where syslog will always output the
messages.
Simultaneously I need to be able to see the log in real-time in a serial
console, or possibly through network.
Is this possible? As far as I can