Quick question re: after-open file handler #3207
Answered
by
tt4g
Lord-Kamina
asked this question in
Q&A
-
Say I want to use the the after-open file handler callback for a sink with Should I take care to error-check the call to |
Beta Was this translation helpful? Give feedback.
Answered by
tt4g
Oct 7, 2024
Replies: 1 comment
-
spdlog does not check for errors after the callback call: spdlog/include/spdlog/details/file_helper-inl.h Lines 52 to 57 in e593f66 Handling of errors that occur in the callback should be handled in the callback. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lord-Kamina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spdlog does not check for errors after the callback call:
spdlog/include/spdlog/details/file_helper-inl.h
Lines 52 to 57 in e593f66
Handling of errors that occur in the callback should be handled in the callback.