Media-Communications-Mesh icon indicating copy to clipboard operation
Media-Communications-Mesh copied to clipboard

Adding setLogLevel feature

Open moleksy opened this issue 1 year ago • 2 comments

  • Features:
    • Use mesh::log::setLogLevel(mesh::log::Level) to dynamically adjust log filtering.
    • Supported log levels: info, warn, error, debug, fatal.
    • Messages below the set log level will be ignored.

moleksy avatar Nov 22 '24 19:11 moleksy

How it works: image

moleksy avatar Nov 22 '24 19:11 moleksy

I suppose the logger functionality should be moved to shared first https://github.com/OpenVisualCloud/Media-Communications-Mesh/tree/zero-copy-2/shared

And after that, this the log level feature could be added.

ko80 avatar Aug 27 '25 09:08 ko80