I'm logging exceptions to a database using a DatabaseTraceListener from Enterprise Library (code is pretty much as described here). Now I want to create another field in the database table and log some custom information (user id) there.
From what I understand I have to subclass CustomTraceListener and LogEntry, but I can't find any information how to proceed. Can anyone please post an example or point me in the right direction?