Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D1C07200B3C for ; Wed, 13 Jul 2016 16:10:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D070A160A6A; Wed, 13 Jul 2016 14:10:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A88F160A62 for ; Wed, 13 Jul 2016 16:10:13 +0200 (CEST) Received: (qmail 54904 invoked by uid 500); 13 Jul 2016 14:10:12 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 54894 invoked by uid 99); 13 Jul 2016 14:10:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 14:10:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57224E04BE; Wed, 13 Jul 2016 14:10:12 +0000 (UTC) From: jasonwilliams200OK To: log4net-dev@logging.apache.org Reply-To: log4net-dev@logging.apache.org References: In-Reply-To: Subject: [GitHub] log4net issue #16: (LOG4NET-467) .NET Core support Content-Type: text/plain Message-Id: <20160713141012.57224E04BE@git1-us-west.apache.org> Date: Wed, 13 Jul 2016 14:10:12 +0000 (UTC) archived-at: Wed, 13 Jul 2016 14:10:14 -0000 Github user jasonwilliams200OK commented on the issue: https://github.com/apache/log4net/pull/16 > @arkadiuszwojcik the goal of this PR is to make log4net portable across .NET Core platforms. Implementing those abstractions could be useful, but doing so wouldn't enable consuming log4net on additional platforms. I agree and I think that can be a separate repo / package, something like log4net.Extensions.Logging. However, having this Extensions package first hand from original vendor (Apache) is vital on multiple accounts. --- Separately, can this PR get some prio love from the reviews please? All the providers listed here: https://github.com/aspnet/Logging#providers, are not as popular as log4net and we (folks running stuff on dotnet core) hoping to get our hands on apache/log4net bits. @chlowell, could you please prepare a SVN patch for the reviewers? We can always have subsequent PRs to refine stuff. If you are aiming to add CI setup for .NET Core TxM as part of this PR, feel free to grab Travis/AppVeyor bits from https://github.com/autofac/Autofac.Extras.Moq/pull/6/files. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---