Iyengar111 / NanoLog

Low Latency C++11 Logging Library
722 stars 186 forks source link

Scalability #14

Closed roniemartinez closed 7 years ago

roniemartinez commented 7 years ago

How does this library respond to scalability? One example is multi-process logging (Possibly, multiple processes writing on the same file).

Thanks.

Iyengar111 commented 7 years ago

Hi. The library is not designed for multi process logging. Rather its for multi thread loggin in one process.

roniemartinez commented 7 years ago

Thanks.