Hi,
I was wondering how you would handle events that have hard line-breaks in them? (I currently have modified the seq.js to handle it), but I am wondering if this might be a valid feature request?
I think to explain it better I need should give my use-case.
I have a system that works similar to Elmah where the events are logged to Seq, and I want to display the items something like:
Error: {Exception Message}
Error Type: {Exception Type}
Stack: {Exception Stack Trace}
Cookies: {Cookies Collection}
Form Variables: {Form Variables Collection}
Server Variables: {Server variables Collection}
etc.