Is there a way to set the log level in log4net programmatically? I'd assumed that there would be a property that would let you do this, but I can't seem to find one.
What I want to do is have a configurable option to enter debug mode. which would cause extra logging.
I'm using a separate log4net configuration xml file. At the moment the solutions I've come up with are as follows:
Edit the log file using the dom and then call XMLConfigurator to configure the log file as per the file.
Have two log configuration files, and on the option changing call xml Configurator to use the appropriate log configuration file.
I'm leaning towards 2, is there any reason this wont work?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…