app/com/gu/viewer/logging/Loggable.scala (
4
lines of code) (
raw
):
package com.gu.viewer.logging trait Loggable { val log = play.api.Logger(getClass) }