You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user integrates iceoryx2 into their framework, they will always see log messages from the platform, even when they have integrated their custom logger. The solution is to make the logger available in the platform, but we have to be careful since the iceoryx2-pal-posix crate may also provide all the logging functionality required for logging in a no_std environment.
Brief feature description
When a user integrates iceoryx2 into their framework, they will always see log messages from the platform, even when they have integrated their custom logger. The solution is to make the logger available in the platform, but we have to be careful since the
iceoryx2-pal-posix
crate may also provide all the logging functionality required for logging in ano_std
environment.Detailed information
This was also done in iceoryx, see issue eclipse-iceoryx/iceoryx#1755 and pull request eclipse-iceoryx/iceoryx#2222
The text was updated successfully, but these errors were encountered: