| 2443 | } |
| 2444 | |
| 2445 | inline void flushAll(void) { |
| 2446 | base::threading::ScopedLock scopedLock(lock()); |
| 2447 | unsafeFlushAll(); |
| 2448 | } |
| 2449 | |
| 2450 | inline void setDefaultLogBuilder(LogBuilderPtr& logBuilderPtr) { |
| 2451 | base::threading::ScopedLock scopedLock(lock()); |
nothing calls this directly
no outgoing calls
no test coverage detected