Skip to content

What is an "asynchronous logger"? #2133

Answered by tt4g
sketch34 asked this question in Q&A
Discussion options

You must be logged in to vote

Sink will process log messages in a dedicated thread.
Synchronous loggers block the calling thread until the I/O is finished when sink writes a log message to a file, but asynchronous loggers do not block.

See Wiki for more details: https://github.com/gabime/spdlog/wiki/6.-Asynchronous-logging

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sketch34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants