orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

Allow OCL::logging::Category to be property overriden #92

Closed Hugal31 closed 2 years ago

Hugal31 commented 3 years ago

Make OCL::logging::Category::debug(RTT::rt_string const&), info, etc... uses log(log4cpp::Priority, RTT::rt_string const&) so it can be overriden.

Closes #91.

snrkiwi commented 3 years ago

Does changing debug(), etc., to be virtual achieve the same thing?

Hugal31 commented 3 years ago

Yes, it would.