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

cgta.oscala.util.debugging.PrintPlat.scala Maven / Gradle / Ivy

The newest version!
package cgta.oscala
package util.debugging

import scala.scalajs.js


//////////////////////////////////////////////////////////////
// Copyright (c) 2014 Ben Jackman, Jeff Gomberg
// All Rights Reserved
// please contact [email protected] or [email protected]
// for licensing inquiries
// Created by bjackman @ 8/28/14 9:07 PM
//////////////////////////////////////////////////////////////


trait PrintPlat extends PRINT {
  override final def |(msg: Any) {
    js.Dynamic.global.console.log(msg.asInstanceOf[js.Any])
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy