app/utils/Logging.scala (
5
lines of code) (
raw
):
package utils import play.api.Logger trait Logging { implicit val log: Logger = Logger(getClass.getName.stripSuffix("$")) }