| 1583 | } |
| 1584 | |
| 1585 | std::size_t TypedConfigurations::maxLogFileSize(Level level) { |
| 1586 | return getConfigByVal<std::size_t>(level, &m_maxLogFileSizeMap, "maxLogFileSize"); |
| 1587 | } |
| 1588 | |
| 1589 | std::size_t TypedConfigurations::logFlushThreshold(Level level) { |
| 1590 | return getConfigByVal<std::size_t>(level, &m_logFlushThresholdMap, "logFlushThreshold"); |
nothing calls this directly
no outgoing calls
no test coverage detected