logInfo function

void logInfo(
  1. String message
)

Implementation

void logInfo(String message) {
  stdout.writeln("[INFO] $message");
}