GitHub user kolbasik opened a pull request: https://github.com/apache/log4net/pull/28
Removed the event properties information from LoggingEvent ### Aim In order to increase the speed up operations in almost x10 times of using properties in the output when UserName and Identity information are not needed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kolbasik/log4net hotfix/log-event-issue Alternatively you can review and apply these changes as the patch at: https://github.com/apache/log4net/pull/28.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #28 ---- commit cece49dcd81c86847e634ad54e5ee3e3cae230b4 Author: Sergii Kolbasin <sergii.kolba...@albumprinter.com> Date: 2016-06-27T14:17:11Z Removed the event properties in CreateCompositeProperties In order to increase the speed up operations in almost x10 times of using properties in the output when UserName and Identity information are not needed. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---