| 41 | ///////////////////////////////////////// |
| 42 | |
| 43 | void BoardShim::enable_board_logger () |
| 44 | { |
| 45 | BoardShim::set_log_level ((int)LogLevels::LEVEL_INFO); |
| 46 | } |
| 47 | |
| 48 | void BoardShim::disable_board_logger () |
| 49 | { |
nothing calls this directly
no test coverage detected