fastlog
fastlog copied to clipboard
Provide parse_transform to replace ?LOG macros
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.
Starting work on this at https://github.com/hyperthunk/fastlog-parse-trans.