logInfo method

void logInfo(
  1. String message
)

Implementation

void logInfo(String message)
=> _log('Info:  ' + message);