\brief get the logger with which the builder was created \return the logger
| 10210 | //! \return the logger |
| 10211 | //! |
| 10212 | ILogger* getLogger() const noexcept |
| 10213 | { |
| 10214 | return mImpl->getLogger(); |
| 10215 | } |
| 10216 | |
| 10217 | //! |
| 10218 | //! \brief Set the maximum number of threads. |
no outgoing calls
no test coverage detected