We need a hotspot interface for updating the log configuration. There are two crucial operations:
(1) enable_logging(<level>, <tags>)
(2) disable_logging(<tags>)
Part of the runtime logging absolutely requires these operations in order to avoid changing the interface.
(1) enable_logging(<level>, <tags>)
(2) disable_logging(<tags>)
Part of the runtime logging absolutely requires these operations in order to avoid changing the interface.