| 2315 | } |
| 2316 | |
| 2317 | inline void setLogBuilder(const LogBuilderPtr& logBuilder) { |
| 2318 | m_logBuilder = logBuilder; |
| 2319 | } |
| 2320 | |
| 2321 | inline bool enabled(Level level) const { |
| 2322 | return m_typedConfigurations->enabled(level); |
nothing calls this directly
no outgoing calls
no test coverage detected