You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2018/11/28 21:22:16 UTC

[GitHub] jziolkow edited a comment on issue #29: Parameterless LogManager.GetLogger

jziolkow edited a comment on issue #29: Parameterless LogManager.GetLogger
URL: https://github.com/apache/logging-log4net/pull/29#issuecomment-442603147
 
 
   On this subject, the following method is no longer available in v.2.0.8:
   
   ```
   public static ILog GetLogger(string name)
   		{
   			return GetLogger(Assembly.GetCallingAssembly(), name);
   		}
   ```
   
   Looking at the source, it looks like it's being excluded by an explicit check for .NET Standard 1.3 on the grounds that the SDK doesn't support Assembly.GetCallingAssembly; this is no longer the case. I'm trying to use the library with .NET Core 2.1/.NET Standard 2.0. Can the method, along with the others, be restored? Without it, libraries I'm using and aren't able to modify are failing with a MissingMethodException.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services