| 1639 | } |
| 1640 | |
| 1641 | bool TypedConfigurations::toStandardOutput(Level level) { |
| 1642 | return getConfigByVal<bool>(level, &m_toStandardOutputMap, "toStandardOutput"); |
| 1643 | } |
| 1644 | |
| 1645 | const base::LogFormat& TypedConfigurations::logFormat(Level level) { |
| 1646 | return getConfigByRef<base::LogFormat>(level, &m_logFormatMap, "logFormat"); |