You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Rajesh (Jira)" <lo...@logging.apache.org> on 2020/06/25 13:49:00 UTC

[jira] [Created] (LOGCXX-511) C# - Log4Net Log not logging properly Asynchronous method

Rajesh created LOGCXX-511:
-----------------------------

             Summary: C# - Log4Net Log not logging properly Asynchronous method 
                 Key: LOGCXX-511
                 URL: https://issues.apache.org/jira/browse/LOGCXX-511
             Project: Log4cxx
          Issue Type: Bug
            Reporter: Rajesh


We are using log4net in our application. The real problem is the log messages not properly logged in Asynchronous method.

We have two applications First one is Console Application and another one is a .Net Web API.

We use Asynchronous logic in Console application. We are calling API service in that Console application through Asynchronous method. Log4net implemented in that API application also.

We have logged all the requests in that API service, but sometimes the log was not properly logged or skipped in the log file.

Ex: The Console application calling 1000 times in that API service. But the API service not writing all the requests, skipped 10 or 20 requests.

Any one please do the help.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)