eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.02k stars 38 forks source link

Expose function to set log level in C/C++ bindings #398

Open orecham opened 1 month ago

orecham commented 1 month ago

Brief feature description

  1. [x] Enable the ability to set the iceoryx2 log level from C/C++
  2. [ ] Additionally, set iceoryx log level within the same calls
elBoberido commented 1 month ago

@orecham @elfenpiff I guess it's too late to propose to also change the iceoryx1 log level with the same call?

orecham commented 1 month ago

@orecham @elfenpiff I guess it's too late to propose to also change the iceoryx1 log level with the same call?

@elBoberido Re-opened and added this as an additional task. Will get it next time I change something.