| 1559 | } |
| 1560 | |
| 1561 | bool TypedConfigurations::toStandardOutput(Level level) { |
| 1562 | return getConfigByVal<bool>(level, &m_toStandardOutputMap, "toStandardOutput"); |
| 1563 | } |
| 1564 | |
| 1565 | const base::LogFormat& TypedConfigurations::logFormat(Level level) { |
| 1566 | return getConfigByRef<base::LogFormat>(level, &m_logFormatMap, "logFormat"); |