g2log: An efficient asynchronous logger using C++11 - CodeProject
Clearly, g2log outperforms even a pseudo asynchronous logger on the average as soon as there is congestion. The slow I/O is definitely penalizing the software if not done in the background. Maximum LOG call times With thread switching, mutex overhead, etc...