[GitHub] log4net issue #16: (LOG4NET-467) .NET Core support

2017-03-03 Thread robcube
Github user robcube commented on the issue: https://github.com/apache/log4net/pull/16 Bingo, found the culprit: ``` ``` Changed it to ` ` Problem solved. :-) I guess XmlLayoutSchemaLog4j isn't quite there yet. --- If your

[GitHub] log4net issue #16: (LOG4NET-467) .NET Core support

2017-03-02 Thread robcube
Github user robcube commented on the issue: https://github.com/apache/log4net/pull/16 Getting a weird error using .net core 1.1: ``` var logRepository = LogManager.GetRepository(Assembly.GetEntryAssembly()); XmlConfigurator.ConfigureAndWatch(logRepository, new FileInfo