Skip to content

Commit 7664e57

Browse files
Matt BenicMatt Benic
authored andcommitted
Add support for specifying logname on the commandline
1 parent aa1217c commit 7664e57

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Source/AtomicTool/AtomicTool.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ void AtomicTool::Setup()
8181
engineParameters_["LogLevel"] = Variant(VariantType::VAR_INT, value);
8282
i++;
8383
}
84+
else if (argument == "logname")
85+
{
86+
engineParameters_["LogName"] = Variant(VariantType::VAR_STRING, value);
87+
i++;
88+
}
8489
}
8590
}
8691

0 commit comments

Comments
 (0)