exilon / QuickLogger

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 messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Apache License 2.0
381 stars 84 forks source link

Delphi/Linux: Stops logging after fork the process #87

Open mprisadashki opened 1 year ago

mprisadashki commented 1 year ago

Delphi 11 Update 1 Platform: Linux 64

After calling fork method, the logger stops writing in log file. Daemon is working properly and no exceptions are generated. In the end of application, logger caused Abort exception and process hangs.

jfudickar commented 1 year ago

Not the author/owner, but can you create a simple example to reproduce?