[jira] [Commented] (LOG4J2-952) Add ConfigurationBuilder for programmatic configuration.

2015-10-21 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967369#comment-14967369 ] Ralph Goers commented on LOG4J2-952: Yes > Add ConfigurationBuilder for progr

[jira] [Updated] (LOG4J2-952) Add ConfigurationBuilder for programmatic configuration.

2015-10-21 Thread Remko Popma (JIRA)
its code was merged into master? > Add ConfigurationBuilder for programmatic configuration. > > > Key: LOG4J2-952 > URL: https://issues.apache.org/jira/browse/LOG4J2-952 >

Re: Programmatic configuration

2015-10-14 Thread Matt Sicker
> been a while since I've worked on Log4j, this would be a good place for me > to work again while I get familiar with the thousand new features. :) > > On 13 September 2015 at 14:36, Remko Popma wrote: > >> I'm done with the documentation changes for programmatic

Re: Programmatic configuration

2015-10-14 Thread Ralph Goers
s. As it's been a > while since I've worked on Log4j, this would be a good place for me to work > again while I get familiar with the thousand new features. :) > > On 13 September 2015 at 14:36, Remko Popma <mailto:[email protected]>> wrote: > I'm done with

Re: Programmatic configuration

2015-10-14 Thread Matt Sicker
ures. :) On 13 September 2015 at 14:36, Remko Popma wrote: > I'm done with the documentation changes for programmatic configuration. > Phew! > I have nothing else in the pipeline for 2.4, and I also see no blockers in > Jira. > > > On Mon, Sep 14, 2015 at 3:57 AM, Remko Po

[jira] [Updated] (LOG4J2-952) Add ConfigurationBuilder for programmatic configuration.

2015-09-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-952: Summary: Add ConfigurationBuilder for programmatic configuration. (was: FAQ: How do I configure

Re: Programmatic configuration

2015-09-13 Thread Remko Popma
I'm done with the documentation changes for programmatic configuration. Phew! I have nothing else in the pipeline for 2.4, and I also see no blockers in Jira. On Mon, Sep 14, 2015 at 3:57 AM, Remko Popma wrote: > Almost done. I added a section on ConfigurationFactory. Will commit soon

Re: Programmatic configuration

2015-09-13 Thread Remko Popma
4j 2. I propose we take a >> stronger stance and remove the older example (the first one on the page) >> that extends XmlConfiguration. This older example uses the builders and >> factory methods to manually add Loggers/Appenders; I would like to >> discourage direct use of

Re: Programmatic configuration

2015-09-13 Thread Xen
e. Regards, and cya. B. On 09/13/2015 01:06 AM, Gary Gregory wrote: So here we are WRT programmatic configuration, users' options are: - The new builder API. Most flexible, not 100% type-safe, a typo in a property name can mess you up. - The sprinkling of Builder classes. Easy to code again

Re: Programmatic configuration

2015-09-12 Thread Ralph Goers
st one on the page) >> that extends XmlConfiguration. This older example uses the builders and >> factory methods to manually add Loggers/Appenders; I would like to >> discourage direct use of the builders and factory methods. >> >> The only programmatic configuration u

Re: Programmatic configuration

2015-09-12 Thread Remko Popma
stance and remove the older example (the first one on the page) > that extends XmlConfiguration. This older example uses the builders and > factory methods to manually add Loggers/Appenders; I would like to > discourage direct use of the builders and factory methods. > > The only pr

Re: Programmatic configuration

2015-09-12 Thread Ralph Goers
the older example (the first one on the page) that > extends XmlConfiguration. This older example uses the builders and factory > methods to manually add Loggers/Appenders; I would like to discourage direct > use of the builders and factory methods. > > The only programmatic

Re: Programmatic configuration

2015-09-12 Thread Ralph Goers
e a > stronger stance and remove the older example (the first one on the page) that > extends XmlConfiguration. This older example uses the builders and factory > methods to manually add Loggers/Appenders; I would like to discourage direct > use of the builders and factory methods.

Re: Programmatic configuration

2015-09-12 Thread Remko Popma
nd factory methods to manually add Loggers/Appenders; I would like to discourage direct use of the builders and factory methods. The only programmatic configuration use case that may not be solved (yet) by the configuration builder API is the ability to modify the current configuration (while the appl

Re: Programmatic configuration

2015-09-12 Thread Ralph Goers
e are WRT programmatic configuration, users' options are: > > - The new builder API. Most flexible, not 100% type-safe, a typo in a > property name can mess you up. > - The sprinkling of Builder classes. Easy to code against (fluent), > type-safe, a bit brittle but less so than fa

Programmatic configuration

2015-09-12 Thread Gary Gregory
So here we are WRT programmatic configuration, users' options are: - The new builder API. Most flexible, not 100% type-safe, a typo in a property name can mess you up. - The sprinkling of Builder classes. Easy to code against (fluent), type-safe, a bit brittle but less so than factory me