it is defined in application context
constructor TApplicationContext.Create;
...
FLogPath := IncludeTrailingPathDelimiter(TPath.GetHomePath) + csLogDir;
...
for me it is
'C:\Users\stanley\AppData\Roaming\Logs\'
it is defined in application context
constructor TApplicationContext.Create;
...
FLogPath := IncludeTrailingPathDelimiter(TPath.GetHomePath) + csLogDir;
...
for me it is
'C:\Users\stanley\AppData\Roaming\Logs\'