Skip to content

Modify m_logger to parent.logger() in core algorithms

Paul Beasly requested to merge dev/core_misc_5 into integration-v2

Remove the member variable m_logger from the class. Replace m_logger with parent.logger() when the LOG_<type>() macros is called in the implementation.

  • Also enable colorize and mesh_operations which do not have interfaces and did not require modifications.

Merge request reports