Hi
I may be chasing a red herring here...
I've written a custom ADO appender based on the appender skeleton - the
code's pretty much similar to the example appender, except I parse the
message from the event (it's xml) and use the values there-in for the
parameters. I've a stored proc defined i
Hi
Does anyone know how I'd create a sql Text type parameter in the config
section for the ado appender:
i.e. what would I specify for the type ("Text"?) and size?
Thanks
Ian
Thanks for that - I was thinking along the lines of pass my XML in as the
message. The only problem with that was the fact that it didn't seem to fit
in with the config 'philosophy' of log4net. I'd had hoped that I could
somehow create my own LoggingEvent to pass in, and then change my app.config
t
Hi Simon
Thanks for that - I was thinking along the lines of pass my XML in as the
message. The only problem with that was the fact that it didn't seem to fit
in with the config 'philosophy' of log4net. I'd had hoped that I could
somehow create my own LoggingEvent to pass in, and then change my ap