static Future<void> p(String log) async { try { if (enabled == true) { print(lt + log); } else {} } catch (e) {} }