AuroraRuntime/Include/Aurora/Logging/README.md

20 lines
609 B
Markdown
Raw Normal View History

2022-06-12 17:28:51 +00:00
# AuLog
Example Usage: HelloAurora/master/Tests/Public/10. Hello Logger/Main.cpp
2022-06-12 17:28:51 +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
2022-06-12 17:28:51 +00:00
## Supports various backends
* A log file under a branded user app specific directory OR the cwd for utilities
* Windows debugger `OutputDebugString()`
* Stdout respecting system locale and color support
* syslog