logInfo function

void logInfo(
  1. String msg
)

Implementation

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