AuroraRuntime/Include/Aurora/Logging
2024-04-11 14:53:02 +01:00
..
IBasicSink.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
IBasicSinkRB.hpp [+] void IBasicSinkRB::PreviewRingBuffer 2023-10-24 18:37:34 +01:00
IFormattedSink.hpp [+] Network interfaces API 2022-12-14 20:08:52 +00:00
IFormatter.hpp [+] Network interfaces API 2022-12-14 20:08:52 +00:00
IFormatterContainer.hpp [+] Network interfaces API 2022-12-14 20:08:52 +00:00
IIPCLogger.hpp [+] AuLogging::NewStreamSink 2024-04-10 11:05:00 +01:00
ILogger.hpp [*] 260e33fd cont again 2024-02-18 18:11:11 +00:00
LogClasses.hpp [*] mitigations and clean up before two major commits 2023-12-26 21:01:29 +00:00
Logging.hpp [*] Move #if defined(_AUHAS_FMT) around 2024-03-17 06:19:22 +00:00
README.md [+] NS readmes 2022-06-12 18:28:51 +01:00
Sinks.hpp [*] Destink Stinks.hpp 2024-04-11 14:53:02 +01:00

AuLog

Example Usage: HelloAurora/master/Tests/Public/10. Hello Logger/Main.cpp

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 under a branded user app specific directory OR the cwd for utilities
  • Windows debugger OutputDebugString()
  • Stdout respecting system locale and color support
  • syslog