| 2307 | void flush(Level level, base::type::fstream_t* fs); |
| 2308 | |
| 2309 | inline bool isFlushNeeded(Level level) { |
| 2310 | return ++m_unflushedCount.find(level)->second >= m_typedConfigurations->logFlushThreshold(level); |
| 2311 | } |
| 2312 | |
| 2313 | inline LogBuilder* logBuilder(void) const { |
| 2314 | return m_logBuilder.get(); |
no test coverage detected