Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse plugin and tinylog
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Wed, 22 Apr 2020 23:59:18 +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=nVbrLiTbiqAXQRI+JqKTybeXG1oPpxmoWYGm2OAvCIg=; b=KGoJ//aWCcr2Gor9sYV8F1k9x+ek3zbnbY7x1fHljc0jdKYPBeOAHcJQX4crWhFdCPiboe/chbciF4n3IuQK3m8TjrMrV8N1cqT44WCfh+JjPdcMbpT/Iht8Lv5H/qoHT46B0/h4KV/fkCAbwPg5S6Vf92DsIgI9W3WSEIaC3rUMlHLtx3vBFAuv6mYNxYbSnUGXUC1JfP3967aleP7hOyj7xIyReGL8RwmTmOwyaq38J3BeXVpuu1HEEd8aPkmTANMjNyPkXw+SPmAFQL2GRLZEs41lLSvsHwvA5UFip18MboGHYMnuUdwTLOCbMqikparmS2K1yjAblpqOahQqjg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fpBlJpvAIGoR8VFrMge9jCCMf3J39ivlA+LxHlyZjxhBzKjawqd545/3FvwvbOOEVh2dyMyi0q2wQhHvXGsH9dooSA0gl+0AVH4wemYt+8Qc+xiu3BXVRxU1Da5Z6W5KttymJP6N9yr3inxXJzhVrxpd3HrqspBMvkCoIeHEl5FpKGd4HMUvUu6ZGNeggTI/ZKMgG86CzXOScK5u9PnREftyYDnR7LOWrPNCE+XddwKynebf86kuZsUxCi7oXz/fU/y3GXqWpxfX6hPo54pYcwgEOJqxnxizU9r7qnbCXAyRqNskaiK31Qde5psnyMCHf3BgmYnA9DQaQrAVVa9yfw==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWGDygWr68G/EzW060sYagN22Y1aiF0zOQ
  • Thread-topic: 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