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

scribe.Loggable.scala Maven / Gradle / Ivy

The newest version!
package scribe

import scribe.output.LogOutput

import scala.language.implicitConversions

trait Loggable[-T] {
  def apply(value: T): LogOutput
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy