You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main question is: Do we want no console output at all from the logger, when the ITKElastix/SimpleITK elastix library property LogToConsole = false? Or do we still want logging directed to "coutonly" to appear on the console anyway?
The text was updated successfully, but these errors were encountered:
Please check elxElastixMain.cxx commit 763327c
elastix/src/Core/Kernel/elxElastixMain.cxx
Lines 66 to 89 in 763327c
It seems to me that the following two statements should be surrounded by
if( setupLogging )
andif( setupCout )
, respectively. Right?The main question is: Do we want no console output at all from the logger, when the ITKElastix/SimpleITK elastix library property
LogToConsole
= false? Or do we still want logging directed to "coutonly" to appear on the console anyway?The text was updated successfully, but these errors were encountered: