Skip to content

Add python methods to Logger for backward compatibility

John Tourtellott requested to merge john.tourtellott/smtk:extend-logger into master

Previous python/Shiboken bindings added methods addDebug(), addWarning(), and addError() to smtk.io.Logger(). This MR adds those those same methods to the pybind-generated bindings.

Merge request reports