What is the performance hit of using System.Diagnostics.Debug.WriteLine in BizTalk artefacts?, e.g. an orchestration expression shape, a pipeline custom component?
Both when there is something like DbgView capturing the messages, and when nothing is capturing
Or is there a better way to handle debug/trace through the code?