import 'log_manager.dart'; log([String tag = "LOGGER", dynamic msg]) { LogManager.log('${msg ?? ''}', tag); }