Show vtkDebugMacro in console using python

Hi guys,

I wonder if it is possible to show the vtkDebugMacro text in console, when using python?

reader=vtk.vtkDICOMImageReader()
reader.DebugOn()

I use the code above, but no debug text shows in console except error…
Any clue I can follow? Thanks!