com.gu.management.Loggable.scala Maven / Gradle / Ivy
The newest version!
package com.gu.management
import org.slf4j.LoggerFactory
trait Loggable {
implicit lazy val logger = LoggerFactory.getLogger(getClass)
}
package com.gu.management
import org.slf4j.LoggerFactory
trait Loggable {
implicit lazy val logger = LoggerFactory.getLogger(getClass)
}