I recently created my simple log4net database table for logging through apponet appender .. and it works!
But then I notice another site using extra fields! Look!
Wow! I would like to know where I can get a list of available field names, for example Method_name really makes me think !!!
But registration usually supports adding to this field or do I need a wrapper or something like that? I see through the log4net configuration, which has the name of the method_name in the database field and has this
"<conversionPattern value="%property{method_name}"/>"
which is great, but how can I fill this out before calling the registrar?
I used standard thread, log, message and exception. Field Names ...
Does anyone have a recommendation or experience that I can register esle ... I would be great to be able to register a method name, I use the "LOGGER" field from GetType, which gives me a namespace and class ..
source
share