iMSTK
Interactive Medical Simulation Toolkit
imstkLogger.h
1 /*
2 ** This file is part of the Interactive Medical Simulation Toolkit (iMSTK)
3 ** iMSTK is distributed under the Apache License, Version 2.0.
4 ** See accompanying NOTICE for details.
5 */
6 
7 #ifdef iMSTK_SYNCHRONOUS_LOGGING
8 #include "imstkLoggerSynchronous.h"
9 
10 namespace imstk
11 {
12 using Logger = LoggerSynchronous;
13 } // namespace imstk
14 
15 #else
16 #include "imstkLoggerG3.h"
17 
18 namespace imstk
19 {
20 using Logger = LoggerG3;
21 } // namespace imstk
22 
23 #endif
Compound Geometry.
lazy initialized singleton