i static method

dynamic i(
  1. String msg
)

print message

Implementation

static i ( String msg ) {
  String msgFinal =  LogDeveloperInfo.appId + " : " +  _getTimeOfLog() + " : " + msg;
  _printSpecial(msgFinal);
}