Get BlueMail for Android <https://bluemail.me>
On Jun 7, 2025, at 4:31 PM, Tomek CEDRO <to...@cedro.info> wrote:
>
> Looks like having a central point to gather the information and
> construct them according to RFC then passing these to "sinks" that
> does the further processing i.e. output to text stream and/or output
> to network? You could then just enable/disable or add more sinks when
> necessary?
>
>
A couple of of complexities to considerL

Any central point would have to a task that supports an IPC. In the KERNEL
BUILD this would have to be a process.
tasks (or processes) cannot be started until the very conclusion of power
up initialization.  It would not be possible to collect syslog data until
then.  That would prohibit any syslog output during initialization when it
is most needed.

Perhaps a clever design could overcome those issues?

Reply via email to