| 2270 | } |
| 2271 | |
| 2272 | virtual inline void log(el::base::type::ostream_t& os) const { |
| 2273 | os << m_id.c_str(); |
| 2274 | } |
| 2275 | |
| 2276 | /// @brief Configures the logger using specified configurations. |
| 2277 | void configure(const Configurations& configurations); |
nothing calls this directly
no outgoing calls
no test coverage detected