HardySimpson / zlog

A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library.
Apache License 2.0
2.25k stars 721 forks source link

Is this library multiprocess safe? #235

Closed kevin-tso closed 1 year ago

deemar commented 1 year ago

No

kevin-tso commented 1 year ago

Is there a solution?

deemar commented 1 year ago

What is your context?

kevin-tso commented 1 year ago

Multiple processes securely write to the same log file

kevin-tso commented 1 year ago

Hope it can be cross-platform

deemar commented 1 year ago

Multiple processes securely write to the same log file

I will not suggest anyone to do that, with or without this lib

kevin-tso commented 1 year ago

OK Wanted to replace syslog, but portable across platforms