Re: AdoNetAppender problem.

2007-01-08 Thread bolikdimon
is can be intergrated with any other changes to your existing logging > code and only one minor change to the config file - set the type of the > parameter to that of your new class above. > > Hope this helps. > > Is there a better or recommended way of doing this? > &

Re: AdoNetAppender problem.

2007-01-08 Thread bolikdimon
e = formattedValue; > } > } > > This can be intergrated with any other changes to your existing logging > code and only one minor change to the config file - set the type of the > parameter to that of your new class above. > > Hope this helps. > > Is there a be

AdoNetAppender problem.

2007-01-08 Thread bolikdimon
Hello. Help me please. I'm using AdoNetAppender. How can I pass NULL value into stored procedure ? Here is my code: ... ThreadContext.Properties["ProcessID"] = DbNull.Value; log.Debug(message); Config-file: What's wro