| 1666 | } |
| 1667 | |
| 1668 | virtual void log(el::base::type::ostream_t& os) const { |
| 1669 | os << m_format; |
| 1670 | } |
| 1671 | |
| 1672 | protected: |
| 1673 | /// @brief Updates date time format if available in currFormat. |
nothing calls this directly
no outgoing calls
no test coverage detected