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

izumi.idealingua.compiler.CompilerLog.scala Maven / Gradle / Ivy

There is a newer version: 1.3.16
Show newest version
package izumi.idealingua.compiler

trait CompilerLog {
  def log(s: String): Unit
}

object CompilerLog {

  object Default extends CompilerLog {
    override def log(s: String): Unit = println(s)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy