ylu0105 commented on issue #278: URL: https://github.com/apache/logging-log4net/issues/278#issuecomment-3634938237
> [@ylu0105](https://github.com/ylu0105) What is the problem you're trying to solve? In order to enable native C++ to use log4net,I created a CLR encapsulation library for .net 8. I only use 'log4net.config' to configure the logs.so when the log4net try to read configration settings from 'app.config' which not exsits in my c++ project,it cause an internal exception "Exception while reading ConfigurationSettings. Check your .config file is well formed XML." I try to set LogLog::QuiteMode(true) to disable exception message,bug it not work because of the above reason. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
