logWarning function

void logWarning(
  1. String msg
)

Implementation

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