LogError function

void LogError(
  1. String s
)

Implementation

void LogError(String s) {
  print("E:" + s);
}