sends iss output to logfile if logfile is specified
This commit is contained in:
@@ -110,6 +110,7 @@ int main(int argc, char* argv[]) {
|
|||||||
auto f = fopen(clim["logfile"].as<std::string>().c_str(), "w");
|
auto f = fopen(clim["logfile"].as<std::string>().c_str(), "w");
|
||||||
LOG_OUTPUT(DEFAULT)::stream() = f;
|
LOG_OUTPUT(DEFAULT)::stream() = f;
|
||||||
LOG_OUTPUT(connection)::stream() = f;
|
LOG_OUTPUT(connection)::stream() = f;
|
||||||
|
LOG_OUTPUT(dbt_rise_iss)::stream() = f;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<iss::vm_plugin*> plugin_list;
|
std::vector<iss::vm_plugin*> plugin_list;
|
||||||
|
Reference in New Issue
Block a user