static void log(String component, String message) { if (!enabled) return; final n = ++_seq; debugPrint('[scroll#$n $component] $message'); }