Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Jul 12, 2023
1 parent b8469b8 commit 67bc48f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import org.slf4j.Logger

public abstract class Slf4jLogger : KLogger {

// we don't move more methods to here because if it will appear on stacktrace
// it will break fqcn for class name in location aware loggers
// (tests are also failing when doing this)

protected fun isLoggingEnabledFor(
underlyingLogger: Logger,
level: Level,
Expand Down

0 comments on commit 67bc48f

Please sign in to comment.