logWarn static method
Implementation
static void logWarn(String msg) {
if (!_enabled) return;
debugPrint('$_bold${_yellow}[AutoPilot ⚠️ ]$_reset $msg');
}
static void logWarn(String msg) {
if (!_enabled) return;
debugPrint('$_bold${_yellow}[AutoPilot ⚠️ ]$_reset $msg');
}