A
Anders Eriksson
I have an assembly, a dll, that uses log4net for logging. This dll is used
from an exe that also uses log4net for logging
Which is better?
To use the same config file for both the exe and the dll or to separate
them into different?
Is there some standard on how to name the log4net.config file?
// Anders
from an exe that also uses log4net for logging
Which is better?
To use the same config file for both the exe and the dll or to separate
them into different?
Is there some standard on how to name the log4net.config file?
// Anders