Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Allows to add custom static fields for Log4Net. #16

Closed
wants to merge 3 commits into from

Conversation

WassMM
Copy link

@WassMM WassMM commented Dec 7, 2015

How to use: to add into appender configuration:

<StaticOutField>
      <Name value="my_environment"></Name>
      <Value value="staging"></Value>
    </StaticOutField>

where "my_environment" - field to add and "staging" - the static value to output

 <StaticOutField>
      <Name value="my_environment"></Name>
      <Value value="staging"></Value>
    </StaticOutField>

where "my_environment" - field to add and "staging" - the static value to output
@WassMM WassMM changed the title Allows to add custom static fields. How to use: to add Allows to add custom static fields for Log4Net. Dec 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants