PlatformLab / NanoLog

Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
Other
3k stars 343 forks source link

Signal Catching #44

Open victorstewart opened 4 years ago

victorstewart commented 4 years ago

do you plan to incorporate signal catching into NanoLog? Would be great to have them automatically caught and logged rather than having to deduce what went wrong, then instrument with logging, then rerun... rinse repeat. And/or to avoid having to use another signal logging library.

syang0 commented 4 years ago

No, I currently do not have any plans to incorporate signal catching NanoLog. However if you’d like to add it and issue a pull request, I’d love to take it in :)