Reece
5bc1985eca
[*] Added const modifier to cpuid functions [*] Added OnExit to planned API interface [*] BlobReader now holds onto a handle of a ByteBuffer, allowing for shared usage -> aiding in the mitigation of allocations/second and needless heavy copy of objects |
||
---|---|---|
.. | ||
Commands | ||
Hooks | ||
Logging | ||
Console.hpp | ||
ConsoleMessage.hpp | ||
EAnsiColor.hpp | ||
README.txt |
# Features * Simple global logger * UTF8 support * Colorful * WxWidgets GUI for Windowed applications * Async process line in subscription interface * Async logger write message out subscription interface * Optional command processing using the parse subsystem ** Commands may be dispatched on specific threads * Supports various backends ** A log file keeping under branded user app directory OR the cwd ** Windows debugger `OutputDebugString()` ** Stdout respecting system locale and color support ** syslog