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.
lazy val logger
1 parent 565ac15 commit d968b88Copy full SHA for d968b88
src/main/scala/com/typesafe/scalalogging/Logging.scala
@@ -24,6 +24,7 @@ import org.slf4j.LoggerFactory
24
*/
25
trait LazyLogging {
26
27
+ @transient
28
protected lazy val logger: Logger =
29
Logger(LoggerFactory.getLogger(getClass.getName))
30
}
0 commit comments