print static method

dynamic print(
  1. String out
)

Implementation

static print(String out) {
  if (isDebugEnabled) log("Percept: $out");
}