Git Product home page Git Product logo

Comments (4)

huorswords avatar huorswords commented on July 23, 2024

Hello @DvirL ,

Thank you very much by your request.

Could it be acceptable to you to provide an override of the constructor that accepts a boolean argument that indicates whether it should watch or not?

Of course, this change will include the corresponding override of the extension method to indicate this argument also. By default, the behavior will be not to watch for changes.

Let me know your thoughts on this.

Thank you again.

from microsoft.extensions.logging.log4net.aspnetcore.

izzycoding avatar izzycoding commented on July 23, 2024

This would be very useful for some projects I have got.
However, I wonder if it would be possible to enable the use of built in IOptions and IOptionsMonitor (if that is still a thing). this would enable adding the config to the usual IConfigurationRoot and enable reload ability. The only problem I see is that Log4Net requires and XmlDocument. But this could be worked around by "Serializing" the options back into xml to pass to Log4Net.

Opinions welcome as I was debating on looking at trying to implement this myself in a fork.

from microsoft.extensions.logging.log4net.aspnetcore.

chanjunweimy avatar chanjunweimy commented on July 23, 2024

I tried to implement this on my fork too. Furthermore, I have written code to support change of parameters in the code during startup. It is shown in PR #26

from microsoft.extensions.logging.log4net.aspnetcore.

huorswords avatar huorswords commented on July 23, 2024

Hello @DvirL,

I have included watching options on develop branch, as now you can do next:

factory.AddLog4Net("log4net.config", true)

This code snippet should allow you to configure the extensions to watch for changes on log4net.config file.

Waiting for the @chanjunweimy PR to be reviewed, this will be merged into master as soon as possible.

Regards

from microsoft.extensions.logging.log4net.aspnetcore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.