| 132 | |
| 133 | public: |
| 134 | static void checkException(LogWrapper* status) |
| 135 | { |
| 136 | if (status->dirty && (status->getState() & IStatus::STATE_ERRORS)) |
| 137 | iscLogStatus(status->text, status->status); |
| 138 | } |
| 139 | |
| 140 | private: |
| 141 | const char* text; |
nothing calls this directly
no test coverage detected