logInfo static method
Implementation
static void logInfo(String message) {
if (__logLevel >= INFO) {
print('$__TAG Info: $message');
}
}
static void logInfo(String message) {
if (__logLevel >= INFO) {
print('$__TAG Info: $message');
}
}