Constructor
| 55 | private: |
| 56 | /// Constructor |
| 57 | TimeLogger() = default; |
| 58 | |
| 59 | // This class is used as a singleton and thus should not allow copies. |
| 60 | TimeLogger(const TimeLogger&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected