GitHub user wjdavis5 opened a pull request:

    https://github.com/apache/logging-log4net/pull/20

    WIP - AsyncForwardingAppender

    Example 1 of a potential AsyncForwardingAppender
    
    This example adds:
    ```
    internal Task<int> AppendLoopOnAppendersAsync(LoggingEvent[] loggingEvents)
    public Task<int> AppendLoopOnAppendersAsync(LoggingEvent loggingEvent)
    ```


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wjdavis5/logging-log4net master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/logging-log4net/pull/20.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 #20
    
----
commit 11180cd929e2dd6fe893d952999b37778ec8e899
Author: William Davis <william.j.davis5@...>
Date:   2018-05-09T17:11:08Z

    AsyncForwardingAppender

commit e88bd853dcf066d5ac5eb13a963f74e9f3d3b257
Author: William Davis <william.j.davis5@...>
Date:   2018-05-09T17:12:20Z

    updated append

commit 699a7d13a19e97a6199ca9eb101dc9709820017e
Author: William Davis <william.j.davis5@...>
Date:   2018-05-09T17:40:43Z

    revert xml

----


---

Reply via email to