I worked a bit with log4net and added extra fields, but I have problems adding int fields. Can anyone show the configuration where int is used since I could not find it on my home page .
I usually use a configuration such as:
<parameter>
<parameterName value="@orderid" />
<dbType value="string" />
<size value="64" />
<layout type="log4net.Layout.PatternLayout" />
</parameter>
But it would be more optimal to search the log database if this field could be instead of int.
source
share