log function

void log(
  1. String text
)

Implementation

void log(String text){
  print(text);
}