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

org.scalameter.reporting.package.scala Maven / Gradle / Ivy

The newest version!
package org.scalameter






package object reporting {

  private[reporting] object ansi {
    val colors = currentContext(Key.reports.colors)
    def ifcolor(s: String) = if (colors) s else ""

    val red = ifcolor("\u001B[31m")
    val green = ifcolor("\u001B[32m")
    val yellow = ifcolor("\u001B[33m")
    val reset = ifcolor("\u001B[0m")
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy