History log of /openjdk10/jdk/test/java/util/logging/LoggerSubclass.java
Revision Date Author Comments
# 13112:445d56c343c7 20-Nov-2015 dfuchs

8140364: JEP 264 Platform Logger API and Service Implementation
Summary: Initial implementation for JEP 264 Platform Logger API and Service
Reviewed-by: mchung, psandoz, rriggs


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1147:0fd45dba3cc8 20-Apr-2009 martin

6278014: java.util.logging.LogRecord.getThreadID() should provide real thread id
Summary: Make j.u.l. thread id a copy of Thread's id, for small values of thread id.
Reviewed-by: alanb


# 1145:697bf0cf039b 20-Apr-2009 martin

6830220: Logging issues due to regression from bug fix 6797480
Reviewed-by: swamyv
Contributed-by: jeremymanson@google.com