Re: [PROPOSAL] Change core logging from Java Utils Logging

2017-11-17 Thread Stephen Connolly
On Fri 17 Nov 2017 at 15:34, Jesse Glick wrote: > On Fri, Nov 17, 2017 at 8:47 AM, James Nord wrote: > > I just found myself having to write a > > LogRecord to log a paramaterized log with an exception... > > LOGGER.log(Level.FINE, ex, () -> "so why

Re: [PROPOSAL] Change core logging from Java Utils Logging

2017-11-17 Thread Jesse Glick
On Fri, Nov 17, 2017 at 8:47 AM, James Nord wrote: > I just found myself having to write a > LogRecord to log a paramaterized log with an exception... LOGGER.log(Level.FINE, ex, () -> "so why did you bother making a LogRecord for " + this + " common task?"); -- You

Re: [PROPOSAL] Change core logging from Java Utils Logging

2017-11-17 Thread James Nord
Bringing this up again because I just found myself having to write a LogRecord to log a paramaterized log with an exception... What is the actual overhead of using the bridge? Stephen has some winderful benchmarks of not logging or logging various paramters but I didn't see anything about