Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

The TraceOutputControl will be removed in Catel v5.0. It is deprecated and replaced by the LogViewerControl in Orc.Controls.

 

TraceOutputControl is a debugging convenience control. It shows all the trace and logging output in a filterable control. This way, you can easily view all the binding errors, etc., in your app instead of the non-colored output window in Visual Studio.

...