Delphi.Masterpiece.What is the log path in masterpiece platform ?

it is defined in application context

constructor TApplicationContext.Create;
...
FLogPath := IncludeTrailingPathDelimiter(TPath.GetHomePath) + csLogDir;
...

for me it is

'C:\Users\stanley\AppData\Roaming\Logs\'
This entry was posted in Без рубрики. Bookmark the permalink.