| 17 | } |
| 18 | |
| 19 | LogGuard::~LogGuard() |
| 20 | { |
| 21 | OCIO::ResetToDefaultLoggingFunction(); |
| 22 | OCIO::SetLoggingLevel(m_logLevel); |
| 23 | g_output.clear(); |
| 24 | } |
| 25 | |
| 26 | const std::string & LogGuard::output() const |
| 27 | { |
nothing calls this directly
no test coverage detected