AuroraRuntime/Include/Aurora/Console
Reece 99c5e1fa65 A pretty large patch not worth breaking up into separate commits
[*] Split up Aurora Async
[*] Split Async app into seperate ThreadPool concept
[*] Fix various OSThread bugs and tls transfer issues
[*] Set default affinity to 0xFFFFFFFF
[*] Update Build script
[+] Add AuTuplePopFront
[+] New Network Interface (unimplemented)
[*] Stub out the interfaces required for a better logger
[*] Fix Win32 ShellExecute bug; windows 11 struggles without explicit com init per the docs - now deferring to thread pool
[*] Update gitignore
[*] Follow XDG home standard
[*] Refactor some namespaces to use the shorthand aliases
[*] Various stability fixes
2021-11-05 17:34:23 +00:00
..
Commands A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
Hooks A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
Logging A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
Console.hpp A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +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.md A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +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