Re: global context properties

2015-09-19 Thread Ralph Goers
Take a look at RFC5424Layout. On the @PluginFactory method you will see a Configuration parameters annotated with @PluginConfiguration. If you include this in your factory method parameter list Log4j will automatically pass you the current Configuration object. From that you can call the

global context properties

2015-09-19 Thread Nicholas Duane
We're using log4j to log business events. Each application needs to specify some application key/token. I don't want to add this key/token to our API which creates the event as that data is static for each application and thus should not have to appear in the API. I'm looking for some way to

Re: Why is log4net not more similar to log4j(2)?

2015-09-19 Thread Stefan Bodewig
On 2015-09-19, Nicholas Duane wrote: > I'm not sure how the log4j, log4j2 and log4net groups are related. The people developing log4j and the people developing log4net are separate teams - and have always been. The other log4XYZ-es (everything not log4j) have been inspired by log4j but they've