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 f3cee34 commit 8cad146Copy full SHA for 8cad146
src/main/scala/com/typesafe/scalalogging/LoggerTakingImplicit.scala
@@ -2,7 +2,7 @@ package com.typesafe.scalalogging
2
3
import org.slf4j.{ Marker, Logger => Underlying }
4
5
-trait CanLog[A] { this: Serializable =>
+trait CanLog[A] {
6
def logMessage(originalMsg: String, a: A): String
7
def afterLog(a: A): Unit = ()
8
}
0 commit comments