loglady
loglady copied to clipboard
In Scala 2.10+, use macros for zero overhead on disabled logging
Typesafe's scalalogging uses macros in a really nice way.
If loglady is not deprecated by scalalogging, it might be useful to use the same mechanism for better performance.