Skip to content
Snippets Groups Projects
Commit b0f8d367 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'loguru-bridge-check-status'


332cac5f vtkLogger: hide the loguru callback bridge without loguru enabled

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarMathieu Westphal (Kitware) <mathieu.westphal@kitware.com>
Merge-request: !10266
parents f8edabed 332cac5f
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,7 @@ std::string vtkLogger::GetThreadName()
namespace
{
#if VTK_MODULE_ENABLE_VTK_loguru
struct CallbackBridgeData
{
vtkLogger::LogHandlerCallbackT handler;
......@@ -291,6 +292,7 @@ void loguru_callback_bridge_flush(void* user_data)
data->flush(data->inner_data);
}
}
#endif
}
//------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment