Does Karamba write trace listener's text to Rhino command window?

Hi,

some Grasshopper plugins use Trace.WriteLine() function in their C# code. Normally trace listeners messages are not shown in Rhino but when I have Karamba installed all the messages from Trace.WriteLine() will be written in Rhino command window. Perhaps some code about trace listener event is added to Karamba’s code? If so, would it be possible to disable that functionality in Karamba so that messages from Trace.WriteLine() function won’t be shown in Rhino command window?

BR,
Jukka

Hi @jukka.maenpaa,
thanks for the information! I was not aware of that. Maybe a colleague of mine added it for testing and forgot to remove it in the release version. This will be fixed in the next release.
– Clemens