I want to have a diagnostic log that is produced by several tasks managing data. These tasks may be in multiple threads. Each task needs to write an element (possibly with s
If you had to, you could roll your own .. using single-writer/single-reader FIFO or queues.