| 1587 | } |
| 1588 | |
| 1589 | std::size_t TypedConfigurations::logFlushThreshold(Level level) { |
| 1590 | return getConfigByVal<std::size_t>(level, &m_logFlushThresholdMap, "logFlushThreshold"); |
| 1591 | } |
| 1592 | |
| 1593 | void TypedConfigurations::build(Configurations* configurations) { |
| 1594 | base::threading::ScopedLock scopedLock(lock()); |