[ 
https://issues.apache.org/jira/browse/LOG4NET-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert May updated LOG4NET-649:
-------------------------------
    Description: 
We have unit tests that are testing to ensure that certain log errors and 
warnings are output.  We do this by setting up a memory appender in our test 
initialize.

After upgrading to 2.0.10, memory appender never has any events.  We tried both 
PopAllEvents and GetEvents and neither return any events.

Everything works fine on Windows, but doesn't work on Linux or Mac.

Initialization code:
 {{{{var repo = 
LogManager.GetRepository(typeof(BloombergOfferingBookProvider).Assembly);}}}}
{{this.LogAppender = new MemoryAppender();}}
{{BasicConfigurator.Configure(repo, this.LogAppender);}}

  was:
We have unit tests that are testing to ensure that certain log errors and 
warnings are output.  We do this by setting up a memory appender in our test 
initialize.

After upgrading to 2.0.10, memory appender never has any events.  We tried both 
PopAllEvents and GetEvents and neither return any events.

Everything works fine on Windows, but doesn't work on Linux or Mac.

Initialization code:
{{var repo = 
LogManager.GetRepository(typeof(BloombergOfferingBookProvider).Assembly);}}
{{ this.LogAppender = new MemoryAppender();}}
{{ BasicConfigurator.Configure(repo, this.LogAppender);}}


> MemoryAppender doesn't work on Alpine Linux with 2.0.10
> -------------------------------------------------------
>
>                 Key: LOG4NET-649
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-649
>             Project: Log4net
>          Issue Type: Bug
>          Components: Appenders
>    Affects Versions: 2.0.10
>         Environment: alpine linux 3.1.8-alpine3.12, dotnet core 3.1.  
>            Reporter: Robert May
>            Priority: Blocker
>
> We have unit tests that are testing to ensure that certain log errors and 
> warnings are output.  We do this by setting up a memory appender in our test 
> initialize.
> After upgrading to 2.0.10, memory appender never has any events.  We tried 
> both PopAllEvents and GetEvents and neither return any events.
> Everything works fine on Windows, but doesn't work on Linux or Mac.
> Initialization code:
>  {{{{var repo = 
> LogManager.GetRepository(typeof(BloombergOfferingBookProvider).Assembly);}}}}
> {{this.LogAppender = new MemoryAppender();}}
> {{BasicConfigurator.Configure(repo, this.LogAppender);}}



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

Reply via email to