-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add threaded main game app logger with buffering
Add threaded main game app logger with buffering. The idea here is to offload the actual log writing to a separate thread so that the main game thread doesn't have to do the logging IO. Rather it just writes to a buffer and the contents of the buffer get dumped to the ostream (via base::OStreamLogger) at regular intervals. Issue #205
- Loading branch information
Showing
1 changed file
with
82 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters