Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Eclipse plugin and tinylog
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Mon, 27 Apr 2020 00:02:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=mCfteBhaEZj6YvLhxaNZLOuTZPBfOqmEyL4KAoXAg8U=; b=BEzD3Ki7dhB+cFu2sEP1lj8jO6qAzZDxxy6oIplxXv2uDrcsb7gacBWP44GsNaa0Mnnc8K+Z70RA0NZviXI7AXWcHY20d9tCuKRB0uiWbJONlDTUafRMHLj69DCND2qn8TLu+eDLMV0zGca+Bz/lOLd+6DG6ciF4r4Zdl+wY5Z6y3PeuDrrouDBUSf1XbNNDZGeW1DTmoY7QMR84/4ek0ZO2c6akM0QP80SRTcTUrspsRAtQ8aFBIEZIunopnCXoLpiJQCjDdaxlgoDSGDAdExKzbMJap2wYa8k69Qi5cIn5u7oPRCxjcxlHQK0XDa6lXcTI6ErvCsBedGkwqng53w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mZ4l35ecZKy89m0pOp4BLpy8QpFeAk/ZKUjMTsYSPsf+Hkwp4McRjnRuPL6AmrP1kyE1VraypN2jrz/5WxTbx9pg++W5Dq4MEonOWHjf5mQd3oLME7mM/CTcQydcHk202z8maLaIeoVNLN2uxVEDhQ7uxQnVl36zVjlcXlRh8aCBgA/ajBGYxa2PFwD5dPSxpFs55X05Ux6TwisMviTf5hqVbelz0llp4nym98r0MJFHJPT7tTko4tuwKK/KkKiI88lxmm1++IVx8sq55IQsRGad0nbZYw8v0PltJQcCtGybnX3jJvgMcXXvrJZuSmPypJVu8NjMiMLXcK2nrVktNQ==
  • Delivered-to: pde-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/pde-dev>
  • List-help: <mailto:pde-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/pde-dev>, <mailto:pde-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/pde-dev>, <mailto:pde-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWGDygWr68G/EzW060sYagN22Y1aiF0zOQgAGkSIqAAa0VqIAC+QIk
  • Thread-topic: Eclipse plugin and tinylog

Please kindly let me know if this is not the right email group. Thanks.


From: pde-dev-bounces@xxxxxxxxxxx <pde-dev-bounces@xxxxxxxxxxx> on behalf of Ming Cheng <chengm349@xxxxxxxxxxx>
Sent: Saturday, April 25, 2020 2:38 AM
To: pde-dev@xxxxxxxxxxx <pde-dev@xxxxxxxxxxx>
Subject: Re: [pde-dev] Eclipse plugin and tinylog
 
Hi,

Keen to hearing some experience sharing on thirdparty logging lib used in plugin.

Thanks.


From: pde-dev-bounces@xxxxxxxxxxx <pde-dev-bounces@xxxxxxxxxxx> on behalf of Ming Cheng <chengm349@xxxxxxxxxxx>
Sent: Friday, April 24, 2020 1:02 AM
To: pde-dev@xxxxxxxxxxx <pde-dev@xxxxxxxxxxx>
Subject: [pde-dev] Fw: Eclipse plugin and tinylog
 


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Ming Cheng <chengm349@xxxxxxxxxxx>
Sent: Wednesday, April 22, 2020 11:59 PM
To: cdt-dev@xxxxxxxxxxx <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Eclipse plugin and tinylog
 
we may forget tinylog first. Keywords are custom plugin and third-party logging lib.


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Ming Cheng <chengm349@xxxxxxxxxxx>
Sent: Wednesday, April 22, 2020 12:27 AM
To: cdt-dev@xxxxxxxxxxx <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Eclipse plugin and tinylog
 
Hi,

Does anyone has experience of using a third-party logging system in eclipse plugin? I am trying to use tinylog but encountered some issue described here https://stackoverflow.com/questions/61318315/how-to-use-tinylog-in-eclipse-plugin

Thanks.

Back to the top