| 194 | } |
| 195 | |
| 196 | ELogPriority TLog::FiltrationLevel() const noexcept { |
| 197 | return Impl_->FiltrationLevel(); |
| 198 | } |
| 199 | |
| 200 | ELogPriority TLog::DefaultPriority() const noexcept { |
| 201 | return Impl_->DefaultPriority(); |
no outgoing calls
no test coverage detected