mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-03-15 04:30:50 +00:00
replace map with target_map
This commit is contained in:
parent
c9cd2ad4d3
commit
dc2851379e
@ -80,7 +80,7 @@ impl WasmLogger {
|
||||
/// Set mapping between logging targets and numbers.
|
||||
/// Used to efficiently enable & disable logs per target on the host.
|
||||
pub fn with_target_map(mut self, map: TargetMap) -> Self {
|
||||
self.map = map;
|
||||
self.target_map = map;
|
||||
self
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user