LogWarn function

void LogWarn(
  1. String s
)

Implementation

void LogWarn(String s) {
  print("W:" + s);
}