MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / with_level

Method with_level

rust/src/logger.rs:81–84  ·  view source on GitHub ↗
(mut self, level: LevelFilter)

Source from the content-addressed store, hash-verified

79// NOTE: If we wanted to be less specific than we would need Ref to impl Copy
80impl Ref<Logger> {
81 pub fn with_level(mut self, level: LevelFilter) -> Ref<Logger> {
82 self.level = level;
83 self
84 }
85
86 /// Calling this will set the global logger to `self`.
87 ///

Callers 7

CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80
plugin_initFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected