Re: Anyone using JDK9+ platform logging?

2020-05-01 Thread Remko Popma
My first thought was that it certainly makes sense for Groovy to use this internally, but perhaps less to expose this to applications. The raw System.Logger API is very limited. However, if Groovy can provide convenience methods (like info, trace, debug, warn) then it may be attractive for

Anyone using JDK9+ platform logging?

2020-05-01 Thread Paul King
Hi, I was wondering whether adding something like a @PlatformLog AST transform would be useful. Has anyone had experience using platform logging[1] yet? I have an early spike to give a flavour of what it could look like[2]. See also the Jira issue[3]. Basically, usage would look like this: