Use the same log4net assembly in .NET and Mono

Posted by vtortola on Stack Overflow See other posts from Stack Overflow or by vtortola
Published on 2010-04-13T17:51:01Z Indexed on 2010/04/13 17:53 UTC
Read the original article Hit count: 542

Hi,

I've downloaded log4net, but I've realised that there are different assemblies for .NET and Mono.

Is possible to use the same assembly for .NET and Mono? I wouldn't like to have to recompile the application or change the file manually, is there a way to add one or add the two and put a condition somewhere?

Cheers.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about log4net