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

scribe.output.format.ASCIIOutputFormat.scala Maven / Gradle / Ivy

There is a newer version: 3.15.3
Show newest version
package scribe.output.format
import scribe.output.LogOutput

object ASCIIOutputFormat extends OutputFormat {
  override def apply(output: LogOutput, stream: String => Unit): Unit = stream(output.plainText)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy