fastlog icon indicating copy to clipboard operation
fastlog copied to clipboard

Provide parse_transform to replace ?LOG macros

Open hyperthunk opened this issue 14 years ago • 1 comments

The current ?LOG(...) macros do a lot of work whenever they're expanded, making them largely unsuitable for use in production code. A parse_transform based approach (with helper macros) would be much better, avoiding the overhead of deconstructing and transforming the current module name each time they're applied.

hyperthunk avatar May 05 '11 10:05 hyperthunk

Starting work on this at https://github.com/hyperthunk/fastlog-parse-trans.

hyperthunk avatar May 05 '11 19:05 hyperthunk