Hi guys
I know I can log exceptions to the database using Log4Net, but I want to break up what it stores for an exception into different columns.
Does anyone know if this is available, if anyone has done this or is it just easier to log exceptions to the database manually?
Cheers Anthony
UPDATE:
If it helps maybe use the following:
- Does anyone know if this is available?
- These are the sort of details I am after:
- ExceptionType
- ExceptionMessage
- ExceptionSource
- ExceptionTargetSite
- ExceptionStackTrace
- These are the sort of details I am after:
- If anyone has done this?
- Is it just easier to log exceptions to the database manually?
Maybe the change in format will help.