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: Sat, 25 Apr 2020 02:38:50 +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=uiWJpafs9X4swhunuNUhStYYgPn9K+Dutj+klPRR5Lo=; b=GgN/dMiQpebCJv6x+eeQWO+8BCIS2VzYIGzWoY5hA4YTYmmqzE1kgdVdKv7zWgkvQy+aKMzKsF0V5nyv6J6PmDcjBtasUgBnRpMllgKhdiCi2q40za9BMJTprge1xQxksoPLu+o0MHMERaRYgvZWeyTQDmgJAs27FLv9wlus6teb7yAHxxjS7rR78aviTm+iyqJOUEXZ9TtZHB3iWDJCqdu5KcwVuGvWbwhFqnxRb+mDy9n1z/8OTU0cYIutLigXS2IKH/V6ukiLicATk4KG4xVs+vGOEN2pell9dOID0fszkFhG2qsc2+sXNpkCBmof23ildlyCxK/oS24iDGBnfw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FJ2GKKO9Ps1ZsoR5qdJkE1jbmBz/MacSvSSv49TdNZS9Vm5UOSjEj2Bk9aeueB/fB8b/yh9rftnEE+RMJrKaU0BOrFwYZTXJbyg8fG3eItvVgAPqflVg3K07AyV+2Ascwrdr9R4Cr5quPyK6ww3jnerrJcpy35ghMLq47kXBNpdtbyoo/WdpQ+DyhcYfe5V6QLFwotDY8AxTvtRm8Cbpo9cavuz+TKHPXYaMxN+IsaGlnOrv+xrUIKF3EM7q67C2KVi8MoRdocFlZe4+0VodxIa5m5vt2ckkny+bt85oijiLa4wupyuWnUUPcpRgvJ0E7lx6ukADUvvrjD9HVq2HhA==
  • 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/EzW060sYagN22Y1aiF0zOQgAGkSIqAAa0VqA==
  • Thread-topic: 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