Page MenuHomePhabricator

Enhance mitkLog to allow logging in an itk::outputwindow
Closed, ResolvedPublic

Description

  • the console window of MITK applications is not always suitable
  • mitklog already allows for logging into a file backend, and shall be enhanced to (optionally) log (additionally) in an itk::outputWindow

Event Timeline

baumhaue added a subscriber: baumhaue.

patch for ./mitk dir.

added a patch containing the proposed solution (about five lines). added spec.

needs core modification, c.f. attached patch + spec. document

I suggest the name EnableAdditionalConsole or EnableAdditionalConsoleWindow. And could you please add a basic method description for doxygen.

[SVN revision 26232]
ENH (#5291): added possibility to log into an additional OutputWindow on base of itk::OutputWindow.