| 2507 | m_verboseLevel(verboseLevel), m_logger(logger), m_message(logger->stream().str()) { |
| 2508 | } |
| 2509 | inline Level level(void) const { |
| 2510 | return m_level; |
| 2511 | } |
| 2512 | inline const std::string& file(void) const { |
| 2513 | return m_file; |
| 2514 | } |
nothing calls this directly
no outgoing calls
no test coverage detected