| 2319 | } |
| 2320 | |
| 2321 | inline bool enabled(Level level) const { |
| 2322 | return m_typedConfigurations->enabled(level); |
| 2323 | } |
| 2324 | |
| 2325 | #if ELPP_VARIADIC_TEMPLATES_SUPPORTED |
| 2326 | # define LOGGER_LEVEL_WRITERS_SIGNATURES(FUNCTION_NAME)\ |
nothing calls this directly
no outgoing calls
no test coverage detected