showInfoLogs static method

void showInfoLogs(
  1. String message
)

Implementation

static void showInfoLogs(String message) {
  showLogs("INFO", message);
}