Closed seabig6 closed 7 years ago
function TLoggerProFileAppender.GetLogFileName line 104:lFormat := '.PID-' + IntToStr(GetCurrentProcessID) + lFormat; function GetCurrentProcessID is only for windows!
lFormat := '.PID-' + IntToStr(GetCurrentProcessID) + lFormat;
Where do you want to use the logger?
Android.
Thanks a lot!
function TLoggerProFileAppender.GetLogFileName line 104:
lFormat := '.PID-' + IntToStr(GetCurrentProcessID) + lFormat;
function GetCurrentProcessID is only for windows!