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.
1 parent 211c52c commit 686b4c7Copy full SHA for 686b4c7
src/main/scala/com/typesafe/scalalogging/LoggerTakingImplicit.scala
@@ -9,7 +9,7 @@ trait CanLog[A] {
9
}
10
11
@SerialVersionUID(957385465L)
12
-final class LoggerTakingImplicit[A] private[scalalogging] (val underlying: Underlying)(implicit val canLogEv: CanLog[A]) extends Serializable {
+class LoggerTakingImplicit[A] private[scalalogging] (val underlying: Underlying)(implicit val canLogEv: CanLog[A]) extends Serializable {
13
14
// Error
15
0 commit comments