Pass more info from log message to java logger #68
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Contributions are welcome
New libroc API (starting from 0.2), log messages provide more granular information. Instead of three arguments (level, component, message), logging callback in native library now receives a struct roc_log_message, defined here:
https://github.com/roc-streaming/roc-toolkit/blob/271ddf27eb3fae0273b5f8488a3114e70f1acfdb/src/public_api/include/roc/log.h#L58
Consider passing the following fields to jul:
The text was updated successfully, but these errors were encountered: