logData function

void logData(
  1. String msg
)

Implementation

void logData(String msg) {
  developer.log('\x1B[35m$msg\x1B[0m');
}