We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
when***Enabled()
Here, is the excerpt from LoggerImpl
class LoggerImpl { ... def whenDebugEnabled(body: Unit): Unit = macro LoggerMacro.debugCode ... def whenTraceEnabled(body: Unit): Unit = macro LoggerMacro.traceCode ... }
But there is nothing similar in LoggerTakingImplicitImpl