sPrint function

void sPrint(
  1. dynamic d
)

Implementation

void sPrint(d) {
  print("[Strapi] " + d.toString());
}