Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzerntev committed Nov 13, 2024
1 parent 4275c44 commit 0e0ea1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trait RawStrictLogging extends StrictLogging {
}

// Method equivalent to <T> void withLoggingContext(Supplier<T> block)
def withLoggingContext[T](block: () => T): Unit = {
def withLoggingContextAndResult[T](block: () => T): Unit = {
loggingContext.withLoggingContext((() => block()): Supplier[T])
}

Expand Down

0 comments on commit 0e0ea1a

Please sign in to comment.