| 1635 | LogFormat(LogFormat&& logFormat); |
| 1636 | LogFormat& operator=(const LogFormat& logFormat); |
| 1637 | virtual ~LogFormat(void) {} |
| 1638 | bool operator==(const LogFormat& other); |
| 1639 | |
| 1640 | /// @brief Updates format to be used while logging. |
nothing calls this directly
no outgoing calls
no test coverage detected