printMenstrualCycleLogs function
Print logs to console
Implementation
printMenstrualCycleLogs(String message) {
String currentDate = currentDateFormat.format(DateTime.now());
if (kDebugMode) {
print("${WidgetBaseLanguage.printLogLabel} ($currentDate): $message");
}
}