r"""Sets logging level to debug for all components.
()
| 228 | |
| 229 | |
| 230 | def enable_debug_log(): |
| 231 | r"""Sets logging level to debug for all components.""" |
| 232 | set_log_level(logging.DEBUG) |
| 233 | set_mgb_log_level(logging.DEBUG) |
| 234 | |
| 235 | |
| 236 | def call_countlog_func(func, count=1, msg=None): |
no test coverage detected