jdk-24/jdk/src/java.logging/share
Daniel Fuchs fc084beb84 8072645: java.util.logging should use java.time to get more precise time stamps
J.u.logging uses j.t.Instant to store LogRecord time stamps. XMLFormatter format is updated to allow for a new optional <nanos> element containing a nano second adjustment. SimpleFormatter passes a ZonedDateTime object to String.format. LogRecord getMillis/setMillis are deprecated, replaced by getInstant/setInstant.

Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: scolebourne, plevart, rriggs
2015-02-25 18:41:07 +01:00
..
classes 8072645: java.util.logging should use java.time to get more precise time stamps 2015-02-25 18:41:07 +01:00
conf 8054834: Modular Source Code 2014-08-17 15:54:13 +01:00