| 2470 | void setLevel(base::type::VerboseLevel level); |
| 2471 | |
| 2472 | inline base::type::VerboseLevel level(void) const { |
| 2473 | return m_level; |
| 2474 | } |
| 2475 | |
| 2476 | inline void clearModules(void) { |
| 2477 | base::threading::ScopedLock scopedLock(lock()); |
nothing calls this directly
no outgoing calls
no test coverage detected