Skip to:
Pass assembly into log4net functions.
This will be needed for the .netstandard version because log4net does not have access to Assembly.GetCallingAssembly() in .netstandard version.
Assembly.GetCallingAssembly()
Pass assembly into log4net functions.
This will be needed for the .netstandard version because log4net does not have access to
Assembly.GetCallingAssembly()
in .netstandard version.