| 59 | void setInfoLoggingLevel() { spdlog::set_level(spdlog::level::info); } |
| 60 | |
| 61 | void setWarnLoggingLevel() { spdlog::set_level(spdlog::level::warn); } |
| 62 | |
| 63 | void setErrorLoggingLevel() { spdlog::set_level(spdlog::level::err); } |
| 64 |
no outgoing calls
no test coverage detected