\brief Method for controlling the verbosity of logging output \param severity The logger will only emit messages that have severity of this level or higher.
| 320 | //! \param severity The logger will only emit messages that have severity of this level or higher. |
| 321 | //! |
| 322 | void setReportableSeverity(Severity severity) noexcept |
| 323 | { |
| 324 | mReportableSeverity = severity; |
| 325 | } |
| 326 | |
| 327 | //! |
| 328 | //! \brief Opaque handle that holds logging information for a particular test |
no outgoing calls
no test coverage detected