[Paraview-developers] paraview : how to add message to the output message window ?

Cory Quammen cory.quammen at kitware.com
Sun Jul 5 14:23:02 EDT 2015


Hi Franck,

If you are developing your own plugin, then you could temporarily use
vtkWarningMacro("Informational message"); to write info messages to the
output window. These messages will be output no matter what. There is,
unfortunately, no vtkInfoMacro, but using the vtkWarningMacro will at least
let you avoid seeing all the other Debug messages that you might not want
to see.

HTH,
Cory




On Sun, Jul 5, 2015 at 12:20 PM, houssen <houssen at ipgp.fr> wrote:

> How to add message to the output message window ?
>
> For now, I use : vtkDebugMacro + DebugOn + GlobalWarningDisplayOn.
> This is a lot verbose. Is there a way to print only "info message" but not
> "all debug message" ?
>
> Franck
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150705/c65c88fb/attachment.html>


More information about the Paraview-developers mailing list