Implementing std.log

Jonathan M Davis jmdavisProg at gmx.com
Sat May 28 15:09:34 PDT 2011


On 2011-05-28 10:30, Jose Armando Garcia wrote:
> The implementation and documentation for std.log is ready for viewing.
> You can take a look at the doc at
> http://jsancio.github.com/phobos/phobos/std_log.html. The source code
> is at https://github.com/jsancio/phobos/blob/master/std/log.d.
> 
> I had to make some changes to druntime to get the thread id for
> printing. The module will work without the changes but you wont to see
> thread ids in your log messages. You can apply the attached patch to
> your druntime if you want to see thread id in the log.
> 
> Some comments below.
> 
> Let me know if you have any comments or suggestions! Thanks,
> -Jose

I'd suggest starting a new thread on it or it's likely that a lot of people 
will miss this.

- Jonathan M Davis


More information about the Digitalmars-d mailing list