Re: Netbeans RCP and logging

2025-03-19 Thread Peter Kirkham
I had this issue a few years ago and wrote a blog post about how I set it up: https://pkirkham.github.io/pyrus/logging-in-netbeans-platform/ I might have changed a few things since this was written and NetBeans / JDK continues to evolve, but it should point the way. Best regards, Peter On

Re: Netbeans RCP and logging

2025-03-15 Thread Bernd Köster
. März 2025 10:48:16 Betreff: Re: Netbeans RCP and logging Greetings, Which logging system do you intend to use? There's more than 1 and they are all configurable. -- Mark A. Flacy mfl...@verizon.net On Thursday, March 13, 2025 4:29:36 AM CDT Bernd Köster wrote: > Hello,

Re: Netbeans RCP and logging

2025-03-14 Thread Bernd Köster
And the link: https://plugins.netbeans.apache.org/catalogue/?id=40 Von: "Bernd Köster" An: "NetbeansUusers" Gesendet: Freitag, 14. März 2025 12:23:20 Betreff: Re: Netbeans RCP and logging As it does not seem to get configurable, we try the solution in the FAQs

Re: Netbeans RCP and logging

2025-03-14 Thread Bernd Köster
a" CC: "NetbeansUusers" Gesendet: Donnerstag, 13. März 2025 17:06:03 Betreff: Re: Netbeans RCP and logging > Ok, we'll do it this way. I hoped that one could add a configuration f.e. a > logging.properties in the /etc and change the logging behavior. What w

Re: Netbeans RCP and logging

2025-03-13 Thread Bernd Köster
025 11:28:13 Betreff: Re: Netbeans RCP and logging Maybe: https://netbeans.apache.org/wiki/main/netbeansdevelopperfaq/DevFaqLogging/ Gj On Thu, Mar 13, 2025 at 11:22 AM Bernd Köster wrote: > > Hi Mark, > > right now we use java.util.logging and the messages are writt

Re: Netbeans RCP and logging

2025-03-13 Thread Eirik Bakke
ernd Köster Date: Thursday, March 13, 2025 at 6:42 AM To: Geertjan Wielenga Cc: NetbeansUusers Subject: Re: Netbeans RCP and logging Ok, we'll do it this way. I hoped that one could add a configuration f.e. a logging.properties in the /etc and change the logging behavior. Bernd Köster

Re: Netbeans RCP and logging

2025-03-13 Thread Mark A. Flacy
for your time, > > Bernd > > > Von: "Mark A. Flacy" > An: "NetbeansUusers" > Gesendet: Donnerstag, 13. März 2025 10:48:16 > Betreff: Re: Netbeans RCP and logging > > > > Greetings, > > > Which logging system do you intend to use? Ther

Re: Netbeans RCP and logging

2025-03-13 Thread Geertjan Wielenga
d > > > Von: "Mark A. Flacy" > An: "NetbeansUusers" > Gesendet: Donnerstag, 13. März 2025 10:48:16 > Betreff: Re: Netbeans RCP and logging > > Greetings, > > > Which logging system do you intend to use? There'

Re: Netbeans RCP and logging

2025-03-13 Thread Mark A. Flacy
Greetings, Which logging system do you intend to use? There's more than 1 and they are all configurable. -- Mark A. Flacy /mfl...@verizon.net/ On Thursday, March 13, 2025 4:29:36 AM CDT Bernd Köster wrote: > Hello, > > we are investigating the Netbeans RCP Platform for an application > dev