monster
unread,May 24, 2013, 6:13:19 AM5/24/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to agilewiki...@googlegroups.com
While I do lot of that too, Logging has one really nice feature: If you fully use the Logging API, you can set all kind of "context" info, like logged-in user, session-key ... which can be added to all the default context info, like time, thread-name, ... And you get that for free, because you don't have to think about it while writing your debug output line; it happens automatically, and is configurable externally to the code. That can really help, in particular in multi-threaded code.