std.log available for viewing

Jose Armando Garcia jsancio at gmail.com
Sat May 28 16:40:16 PDT 2011


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. The
module will work without the changes but you wont to see thread ids in
your log messages. I will look into sending a pull request to
druntime, in the meantime you can apply the attached patch to your
druntime if you want to see thread ids in the log.

Let me know if you have any comments or suggestions! Thanks,
-Jose
-------------- next part --------------
A non-text attachment was scrubbed...
Name: druntime.patch
Type: application/octet-stream
Size: 871 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20110528/d0bb2d96/attachment.obj>


More information about the Digitalmars-d mailing list