It seems that NameValueCollections are handled by outputting the array of keys. It should be output similar to what Missing.Diagnostics.Log.Debug(NameValueCollection) does. Something like... ``` "key" = "value" "key2" = "value" ```
It seems that NameValueCollections are handled by outputting the array of keys.
It should be output similar to what Missing.Diagnostics.Log.Debug(NameValueCollection) does.
Something like...