QuickLogger icon indicating copy to clipboard operation
QuickLogger copied to clipboard

Powerful and flexible library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messag...

Results 30 QuickLogger issues
Sort by recently updated
recently updated
newest added

i have include iiExceptionInfo, iiExceptionStackTrace, in sentry,can not find stack trace info!

Random access violation occurs when closing application. I think it is a race condition when fLogQueue is freed and TThreadProviderLog is still executing. Just added a check to prevent such...

I am using QuickLogger in my application and my program froze. When I did a thread snapshot, the ONLY thread that wasn't suspended was a QuickLogger thread. Any ideas what...

- Changing the LogList property datatype back to TStrings to make it compatible with more VCL controls. - Fixes handling of global CriticalSection. This prevents exceptions when the unit was...

When failstorestart is reached, then TLogProviderBase.Restart is called from IncAndCheckErrors method and tries to terminate fThreadLog thread in Stop method. But IncAndCheckErrors is called from TThreadLog.Execute method resulting in deadlock(...

In some tests I noticed a high increase in RAM memory, where it goes up and down to a certain "minimum limit" this minimum limit increases with the amount of...

Hi, i would like to see something like a log level (as an integer) which could be used like a log stack information. I want to use it for the...

The changes in Quick.Logger.Provider.Memory.pas of change request #103 are producing an exception: trying to free the critical section in finalization crashes because it's already freed. Reversing the changes works.

Hi, If you give DailyRotateFileDateFormat and set the DailyRotate = True the function of CompressLogFile thows an exception. Because GetLogFileBackup parameter is True therefor GetLogFileBackup function returns empty result. (There...

bug

I'm not able to load the file provider via json, there is some flag or configuration that needs to be done beforehand. I'm doing it like this, but it's not...