Asynchronous Logging #78

Closed
opened 2020-12-22 19:35:28 +00:00 by AlexVdberg · 0 comments
AlexVdberg commented 2020-12-22 19:35:28 +00:00 (Migrated from github.com)

Current implementation uses std::cout for all logging.

In terms of performance, this is very expensive and should be replaced.

Boost has an async logger that should be looked into.

Current implementation uses std::cout for all logging. In terms of performance, this is very expensive and should be replaced. Boost has an async logger that should be looked into.
Sign in to join this conversation.
No description provided.