Closed Kromster80 closed 8 years ago
I dont have XE2 anymore. Try to change it in
if FLogsFolder = '' then
and see what happens.
Sure, that helps (in this and several more places) and LoggerPro starts to work under Delphi XE2.
I see one or two things to do now
Ok, I'll change the "String.IsEmpty" in " = '' "
Also line 324 in LoggerPro.pas
if TObject(FLogAppenders[I]).ClassName.Equals(AppenderName) then
to
if SameText(TObject(FLogAppenders[I]).ClassName, AppenderName) then
Sorry I could not make a pull request at the time. These 2 changes are enough to make it work in XE2.
P.S. Thank you for quick response!
All the changes have been included in the new RC5 build. Update the repo and test it please.
Seems to work well now. Thanks!
There seems to be no info about supported Delphi versions on the main page or readme.md.
I tried compiling the code in Delphi XE2 and failed: