scala-macro-debug
scala-macro-debug copied to clipboard
Logger support or at least String instead of Unit as a report type
For most of complex applications you use Logger instead of prinln, but scala-macro-debug returns Unit so I cannot say Logger.debug(debug(some expression)). So, at least String instead of unit as return method is highly desirable
Good idea, however then you wouldn't want to have the println as well, right? So probably another String-returning variant would be good. Any ideas for a name of such a variant?
I seen the best name for stringification is QUOTE