Skip to content

feat: add crash logger macros - #59

Merged
LimiNode merged 2 commits into
mainfrom
codex/add-logit_add_crash_logger-macro
Sep 15, 2025
Merged

feat: add crash logger macros#59
LimiNode merged 2 commits into
mainfrom
codex/add-logit_add_crash_logger-macro

Conversation

@LimiNode

Copy link
Copy Markdown
Owner

Summary

  • add macros for configuring the crash logger with std::make_unique
  • provide single-mode and default crash logger helpers
  • mirror the crash logger macros in the C++11 compatibility section

Testing

  • not run (not requested)

https://chatgpt.com/codex/tasks/task_e_68c88ec5f4b4832cbb21d501e9ec36ae

Add crash logger helper macros for both modern and fallback configurations, including single-mode and default variants.
Replace the inline static crash logger instance with a function-local singleton so Windows builds targeting C++11 no longer require inline variables.
@LimiNode
LimiNode merged commit 3aab508 into main Sep 15, 2025
10 checks passed
@LimiNode
LimiNode deleted the codex/add-logit_add_crash_logger-macro branch September 20, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant