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