You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi~ This tool is incredible. But I found it a little difficult to use in existing project because it takes some efforts to import the necessary source files. (Or I may be approaching it wrong. In that case please provide some tips for the best practice.)
I wonder if it's possible to make it a header-only library, so that I can make it work by simply paste and include the header, then modify the compilation flags.
The text was updated successfully, but these errors were encountered:
Hello @tabokie
Thank you for your feedback, I appreciate it. At the time being I'm afraid it is the only way to use call-stack-logger - to import the files to your project. Indeed it could be more handy to have only one header with all the magic.
I'll explore that idea, maybe on the separate branch at first. But I cannot guarantee you when it's gonna be.
Hi~ This tool is incredible. But I found it a little difficult to use in existing project because it takes some efforts to import the necessary source files. (Or I may be approaching it wrong. In that case please provide some tips for the best practice.)
I wonder if it's possible to make it a header-only library, so that I can make it work by simply paste and include the header, then modify the compilation flags.
The text was updated successfully, but these errors were encountered: