| 110 | } |
| 111 | |
| 112 | inline ELogPriority FiltrationLevel() const noexcept { |
| 113 | return Backend_->FiltrationLevel(); |
| 114 | } |
| 115 | |
| 116 | inline size_t BackEndQueueSize() const { |
| 117 | return Backend_->QueueSize(); |
nothing calls this directly
no test coverage detected