python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Log4Net Config setup error : No appender named [FileAppender] could be found
I have created a lognet library using .Net Core 6.0.
The library class has the following initialization.
public static class MyLogger
{
private static readonly ILog logger = LogManager.GetLogger(&...
Ullan
Votes: 0
Answers: 1
How to enable and disable log4Net log levels?
I am trying to setup the log4net configuration in my Dot Net Core C# library. I have configured the following log levels. But I want to enable and disable the log levels independently.
<root>...
aka baka
Votes: 0
Answers: 2
Binding redirects in .NET 6
I have been trying to fix version conflicts in my .NET 6 console project. I fail to find a way like app.config's BindingRedirect or CodeBase, which worked for this case in .NET Framework.
Is there a ...
ittay
Votes: 0
Answers: 1
calling c# dll which connects to a webservice from delphi, but the config file is not being used
I have to write an dll in c# which connects to a webservice, reads some values from that webservice und populates a databasetable with it. The dll should than be used by a delphi application.
I have m...
Olli
Votes: 0
Answers: 1