| 1286 | } |
| 1287 | |
| 1288 | void ScriptEngine::LogPluginInfo(std::string_view message) |
| 1289 | { |
| 1290 | auto plugin = _execInfo.GetCurrentPlugin(); |
| 1291 | LogPluginInfo(plugin, message); |
| 1292 | } |
| 1293 | |
| 1294 | void ScriptEngine::LogPluginInfo(const std::shared_ptr<Plugin>& plugin, std::string_view message) |
| 1295 | { |
no test coverage detected