OCL::logging::Category offers to override log(RTT::rt_string const&), but it doesn't allow to override the other functions debug, info, etc...
In addition, debug, info, etc... doesn't use log, but directly _logUnconditonnaly2(RTT::rt_string const&), which is not overridable.
A quick way to allow one to override Category would be to make debug, info, etc... use log.
OCL::logging::Categoryoffers to overridelog(RTT::rt_string const&), but it doesn't allow to override the other functionsdebug,info, etc...In addition,
debug,info, etc... doesn't uselog, but directly_logUnconditonnaly2(RTT::rt_string const&), which is not overridable.A quick way to allow one to override
Categorywould be to makedebug,info, etc... uselog.