Exilon

Results 65 comments of Exilon

The latest HA Tuya integration no longer requires a developer account. Now, you can connect via QR code on the Smartlife app. This was working for me since last month,...

Logger only write/send logs to providers. If you want to show logs in your app directly, you could use Event Provider to redir it to a TMemo o something similar,...

Quick.Logger.Provider.Memory internally uses a TObjectList. You can access to "memory" logs with method GlobalLogMemoryProvider.AsStrings and iterate items.

Your code isn't correct. Please see how QuickLogger must be used. The concept is QuickLogger has a internal queue and it will dequeue messages to every provider in background to...

I don't understand. TNullLogger properties are public, not published. Which QuickLogger and QuickLib version are you using?