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

how to set VerbosityContextManager in c++ #6875

Closed
3 tasks done
songhc8 opened this issue Jul 17, 2024 · 2 comments
Closed
3 tasks done

how to set VerbosityContextManager in c++ #6875

songhc8 opened this issue Jul 17, 2024 · 2 comments
Labels

Comments

@songhc8
Copy link

songhc8 commented Jul 17, 2024

Checklist

My Question

In c++, how to set VerbosityContextManager to view the logs.

@rxba
Copy link
Contributor

rxba commented Jul 18, 2024

Hey @songhc8 , you can find information on how to use different verbosity levels in C++ in the examples, e.g. in Logs.cpp:

using namespace open3d;
utility::SetVerbosityLevel(utility::VerbosityLevel::Debug);
// ...
utility::SetVerbosityLevel(utility::VerbosityLevel::Info);

@songhc8
Copy link
Author

songhc8 commented Jul 18, 2024

Hey @songhc8 , you can find information on how to use different verbosity levels in C++ in the examples, e.g. in Logs.cpp:

using namespace open3d;
utility::SetVerbosityLevel(utility::VerbosityLevel::Debug);
// ...
utility::SetVerbosityLevel(utility::VerbosityLevel::Info);

thanks.

@songhc8 songhc8 closed this as completed Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants