dam4rus / msoffice-pptx-rs

A library to deserialize pptx files in Rust
MIT License
26 stars 4 forks source link

Add logging #3

Open dam4rus opened 5 years ago

dam4rus commented 5 years ago

Instead of using println!, we should use the log crate. from_xml_element functions should start with a trace! to allow easier debugging in case of an error.