Re: RFC Debug.Rapidlog() new module

2018-05-15 Thread Tobias S. Josefowitz
On Tue, May 15, 2018 at 2:27 PM, Stephen R. van den Berg wrote: > Any objections/suggestions? I committed it to 8.1 for now, but I need > the module in 8.0 as well eventually, since I have to run it in production > systems at times. So please also evaluate fitness for inclusion

RFC Debug.Rapidlog() new module

2018-05-15 Thread Stephen R. van den Berg
There is a new module I'd like to introduce called Debug.Rapidlog. When you inherit it, it overrides werror(), and allows for logging that interferes minimally with timing (it logs into a buffer, which then is emptied from a different thread at idle times). The idea behind this module is that it