sends iss output to logfile if logfile is specified

This commit is contained in:
2025-08-22 17:55:29 +02:00
parent 98df7d2a74
commit 937253f7aa

View File

@@ -110,6 +110,7 @@ int main(int argc, char* argv[]) {
auto f = fopen(clim["logfile"].as<std::string>().c_str(), "w");
LOG_OUTPUT(DEFAULT)::stream() = f;
LOG_OUTPUT(connection)::stream() = f;
LOG_OUTPUT(dbt_rise_iss)::stream() = f;
}
std::vector<iss::vm_plugin*> plugin_list;