Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added fluent .properties, fix/add fluent unit tests #912

Merged
merged 8 commits into from
Sep 18, 2015
Merged

added fluent .properties, fix/add fluent unit tests #912

merged 8 commits into from
Sep 18, 2015

Conversation

304NotModified
Copy link
Member

  • added .properties for the fluent builder.
            var props = new Dictionary<string, object>
            {
                {"prop1", "1"},
                {"prop2", "2"},

            };

            _logger.Trace()
                .Message("This is a test fluent message.")
                .Properties(props).Write();
  • improved loggingRule docs
  • fix the unit tests for the Logbuilder.
  • fix sync unit test projects for silverlight5

Fixes #724, fixes #911

@304NotModified
Copy link
Member Author

Has unit test, but not a good one. See #911

@304NotModified 304NotModified changed the title added fluent .properties added fluent .properties, added fluent unit tests Sep 17, 2015
@304NotModified 304NotModified added the enhancement Improvement on existing feature label Sep 17, 2015
@304NotModified 304NotModified changed the title added fluent .properties, added fluent unit tests added fluent .properties, fix/add fluent unit tests Sep 17, 2015
304NotModified added a commit that referenced this pull request Sep 18, 2015
added fluent .properties, fix/add fluent unit tests
@304NotModified 304NotModified merged commit d66b5f6 into NLog:master Sep 18, 2015
@304NotModified 304NotModified modified the milestones: 4.2, 4.1.2 Sep 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement on existing feature feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant