jeaye/q3

A proper logger

Closed this issue · 6 comments

With colors, module names, line numbers, etc.

Thread safety?

Is it possible to make log_* variadic and take a fmt!-style format string? You seem to be doing log_info(fmt!(...)) (and kin) quite a bit.

Oh, you’re one step ahead of me. I was referring to these:

Those are... an artifact of my inconsistencies. >.< Thanks for the tip; I'll sleep better when they've been cleaned up.

Thread safety is not a problem, thanks to TLS.