We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34f995 commit 6ef4754Copy full SHA for 6ef4754
src/viam/sdk/config/resource.hpp
@@ -34,7 +34,7 @@ class ResourceConfig {
34
const std::string& namespace_() const;
35
const std::string& type() const;
36
const ProtoStruct& attributes() const;
37
- log_level log_level() const;
+ enum log_level log_level() const;
38
39
private:
40
API api_;
0 commit comments