Updates asset importer and project importer to output to separate log files into tools/logs

Add utility console function for getting current datetime
This commit is contained in:
JeffR 2021-11-03 00:13:00 -05:00
parent ac3126765f
commit fda722e355
7 changed files with 195 additions and 100 deletions

View file

@ -44,7 +44,7 @@ DefineEngineMethod(AssetImporter, getActivityLogLine, String, (S32 i), (0),
"Creates a new script asset using the targetFilePath.\n"
"@return The bool result of calling exec")
{
return object->getActivityLogLine(0);
return object->getActivityLogLine(i);
}
DefineEngineMethod(AssetImporter, autoImportFile, String, (String path, String typeHint), ("", ""),