AuroraRuntime/Include/Aurora/Console
Reece e5e36bd887 Large Commit
[*] Fix deadlock in the async subsystem (NoLockShutdown vs Shutdown in exception handler)
[+] Added ProccessMap NT variant
[+] Added ToolHelp image profiling
[*] Improved exception awareness
[*] Delegated SpawnThread to isolated TU, ready for reuse for RunAs and XNU Open - now with horrible evil alloc that could fail
[+] Added header for future api 'UtilRun'
[*] Improve NT core detection
[*] Changed small affinity bitmap to AuUInt64 instead of AuUInt32
[+] Added data structure to hold cpuids/affinity masks
[+] Implemented logger sinks
[+] Implemented logger glue logic
[*] Began migrating older loggers to sink-based default devices
[*] Minor refactors
[*] Improved internal exception discarding, not yet nothrow capable
[*] Minor create directory fix
2022-01-24 18:43:53 +00:00
..
Commands A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
Hooks so long gay bowser 2022-01-19 17:53:33 +00:00
Logging Large Commit 2022-01-24 18:43:53 +00:00
Console.hpp Large Commit 2022-01-24 18:43:53 +00:00
ConsoleMessage.hpp [*] House cleaning, refactoring, clean up 2021-10-23 20:21:16 +01:00
EAnsiColor.hpp Initial Commit 2021-06-27 22:25:29 +01:00
README.txt [*] Preparing to work on extending the console api and telemetry subsystems 2022-01-21 16:26:35 +00:00

# 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