All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scribe.message.StaticMessage.scala Maven / Gradle / Ivy

The newest version!
package scribe.message

import scribe.Loggable
import scribe.output.LogOutput

case class StaticMessage[M](value: M)
                           (implicit loggable: Loggable[M]) extends Message[M] {
  override lazy val logOutput: LogOutput = loggable(value)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy