| 3514 | base::type::LineNumber line = __LINE__, |
| 3515 | const char* func = ""); |
| 3516 | inline Level level(void) const { |
| 3517 | return m_level; |
| 3518 | } |
| 3519 | private: |
| 3520 | std::string m_blockName; |
| 3521 | base::TimestampUnit m_timestampUnit; |
nothing calls this directly
no outgoing calls
no test coverage detected