If you use something like log4j (and derivatives), all logs are time 
stamped and it's then quite easy to filter by module.
What I need is a way to log/trace what the code is doing at runtime with 
low impact on algorithms' speed/performance.
I could use some of these native logging libs but it seems overkill with 
NodeJS great async, stream etc... features.

On Wednesday, March 21, 2012 3:32:00 AM UTC-7, Micheil Smith wrote:
>
> So far I've always found async logging to be a pain in the ass, makes 
> things 
> far harder to debug as log messages aren't sequential all the time.
>
> But that's just my experiences.
>
> – Micheil
>
>

Reply via email to