Debug

org.encalmo.utils.Debug
object Debug

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Debug.type

Members list

Value members

Concrete methods

inline def debug(isSuccess: => Boolean, msg: => String): Unit
inline def debug(msg: => String, color: String): Unit
inline def debug(msg: => String): Unit
inline def debug(l: Int, msg: => String): Unit
inline def debug(l: Int, isSuccess: => Boolean, msg: => String): Unit
def indent: String

Concrete fields

var level: Int