Giter Site home page Giter Site logo

Comments (3)

kerlandsson avatar kerlandsson commented on May 14, 2024

Looking through the file output writers an idea that strikes me is to write a new OutputWriter called simply FileOutputWriter and making it a bit more generic. This writer could support both use cases that we have in the two different writers now. Then we could also add pattern support for how the results would be written, allowing us to create a pattern that writes each collection to a single line as in your use case.

Then we could deprecate the two existing file writers and refactor them to just delegate to the new generic one with behavior kept.

Thoughts on this idea?

from jmxtrans-agent.

gliptak avatar gliptak commented on May 14, 2024

So would you like to see a pull request for my single line version renamed to FileOutputWriter (which is a modification of RollingFileOutputWriter) as a starting point for refactoring?

I would see this in line of flags:

  • overwriter vs rolling
  • single vs multi

Thanks

from jmxtrans-agent.

kerlandsson avatar kerlandsson commented on May 14, 2024

I would like to avoid adding a new file writer unless we can deprecate the old ones - otherwise we will have three to support, with a lot of duplication, and once we have added FileOutputWriter we can't really change how it is configured without breaking backwards compability.

If you want changes merged, I suggest that you for now add a configuration flag to the RollingFileOutputWriter to support single line logging. That does not feel too invasive.

If you want to work more on it and create a more generic FileOutputWriter to support all cases as I outlined above it would be appreciated!

from jmxtrans-agent.

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.