Hi,

recently i realized that there was some logging output via log4net in my app before any initialization by one of the configurators happened. This logging calls lead to no output
on any of the logging sinks at all and I started wondering how log4net handles these calls internally.

As I could not find any documentation on this for log4net, I found out that log4j features a default initialization procedure that is called in any case before a logging call can be written
to the log4j framework.This default initialization can be configured a log4j.xml or an log4j.properties file.

In addition, I do not get any compiler warnings using log4net whereas the log4j documentation explicitly mentions them if no configuration happened and a logging call happens.

Any ideas?

Regards,
Alex

Reply via email to