Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ringbuffer sinks #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mattkdab
Copy link
Member

Change-Id: I766db654cf185addc0046db4757a251b9333ec49

Change-Id: I766db654cf185addc0046db4757a251b9333ec49
@@ -312,6 +315,10 @@ class SPDMaps
#define createMsvcSinkMtPtr createMsvcSinkPtr<std::mutex>
#endif

#define createRingBufferSinkStPtr createRingBufferSinkPtr<spdlog::details::null_mutex>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we use a "using" instead of a #define for these? Or does that make something down the line more tricky?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants