Media-Communications-Mesh
Media-Communications-Mesh copied to clipboard
Adding setLogLevel feature
- Features:
-
- Use
mesh::log::setLogLevel(mesh::log::Level)to dynamically adjust log filtering.
- Use
-
- Supported log levels:
info,warn,error,debug,fatal.
- Supported log levels:
-
- Messages below the set log level will be ignored.
How it works:
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.