Exilon

Results 65 comments of Exilon

Could you show me InitializeLogger function code?

I understand your frustration, but I want to clarify that this project is open-source, and I'm contributing my time voluntarily. If you encounter issues with the code, I'd appreciate it...

No, only for file provider. AutoFlush = True means writes to file are controlled by OS, Autoflush = False means writes to disk occurs on every new log line (more...

Use Execute_Sync only if inside code updates UI like a button, label, etc. In your case seems you're not updating any UI interface.

Sorry, Showmessage is UI dialog, you need Execute_Sync() Where you're calling this? There're any code after this call?

Try something like this: ``` function TMainForm.ARBackup: Boolean; begin // Create an anonymous thread to execute the SQL code TAnonymousThread.Execute_Sync(procedure begin nlhWaiter2.Active := True; // var dtStart: TDateTime := Now;...

Sorry, I did without an Delphi IDE. You need to change E variable with aException procedure parameter inside OnException. Result is not needed because you have to change to procedure....

Yes, I see. It's a bug. I'll fix.

GlobalLogConsoleProvider is for Windows & Linux only. For Android you can use Quick.Logger.Provider.IDEDebug

Please, merge this feature