danieleteti / loggerpro

An modern and pluggable logging framework for Delphi
Apache License 2.0
353 stars 91 forks source link

GetCurrentProcessID is only for windows #6

Closed seabig6 closed 7 years ago

seabig6 commented 8 years ago

function TLoggerProFileAppender.GetLogFileName line 104:lFormat := '.PID-' + IntToStr(GetCurrentProcessID) + lFormat; function GetCurrentProcessID is only for windows!

danieleteti commented 7 years ago

Where do you want to use the logger?

seabig6 commented 7 years ago

Android.

seabig6 commented 7 years ago

Thanks a lot!