sandflow / regxmllib

Convert MXF to XML: RegXML (SMPTE ST 2001-1) tools and libraries
BSD 2-Clause "Simplified" License
35 stars 14 forks source link

Rationalize handling of warnings in FragmentBuilder #75

Closed palemieux closed 8 years ago

palemieux commented 8 years ago

Logging and output of warnings as XML comments in FragmentBuilder is ad hoc, leading to code duplication and inconsistencies

palemieux commented 8 years ago

Add support for client-supplied error handler to report errors instead of the java.util.logger. This makes multithreading easier to implement.