Skip to content

rust: add abstraction for vlc_Logger

Loïc requested to merge loic/vlc:rust-for-vlc.messages into master

This MR adds abstraction for vlc_Logger, via the Rust Logger type and similar macros as the C side with: debug!, info!, warn! and error!.

Merge request reports