How to set different verbosity to the default and custom sinks? #1980
Unanswered
vasabi-root
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have different verbosity VLOG levels in the default stderr sink and my implementation of
absl::LogSink. Docs says:I have several questions about this :
absl::LogSink::verbosity()method is missing fromabsl::LogSink. May beabsl::LogEntry::verbosity()was meant?absl::LogEntry::verbosity()in theabsl::LogSink::Sendimpl, will it affect simple VLOG(verbose_level) message in my sink? If not, is there some way to do this?absl::LogSeverityseverity levels in the default sink and my implementation ofabsl::LogSink. How can I do it?Beta Was this translation helpful? Give feedback.
All reactions