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?
>
&
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
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