Early review of std.logger

Robert Schadek realburner at gmx.de
Mon Oct 21 01:50:34 PDT 2013


On 10/21/2013 08:27 AM, SomeDude wrote:
>
> In practive, you really want a powerful logging facility.
> Another feature I used once in a project, was to log to RAM. We
> decided to log TRACE logs in production in order to catch a rare bug,
> but of course, it would output too many logs. So we decided to log
> everything in RAM and keep the last 1000 logs. Whenever there would be
> an exception or a CRITICAL log, the whole 1000 logs would be dumped on
> disk. That feature proved very useful. 
That was a feature you added or was it part of the logging library?


More information about the Digitalmars-d mailing list