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