Skip to content

when***Enabled() methods are missing in LoggerTakingImplicitImpl #292

Closed
@egor-doudkin-mpf

Description

@egor-doudkin-mpf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions