summaryrefslogtreecommitdiff
path: root/LICENSE.bipbuffer
Commit message (Collapse)AuthorAgeFilesLines
* initial logger code.dormando2016-06-161-0/+24
Logs are written to per-thread buffers. A new background thread aggregates the logs, further processes them, then writes them to any "watchers". Logs can have the time added to them, and all have a GID so they can be put back into strict order. This is an early preview. Code needs refactoring and a more complete set of options. All watchers are also stuck viewing the global feed of logs, even if they asked for different data. As of this commit there's no way to toggle the "stderr" watcher.