History log of /openjdk9/hotspot/src/share/vm/logging/log.hpp
Revision Date Author Comments
# 11209:c84a6ce067ad 09-May-2016 mlarsson

8145934: Make ttyLocker equivalent for Unified Logging framework
Reviewed-by: rprotacio, stuefe, jrose


# 10768:31b311779a7b 05-Apr-2016 stefank

8152637: Create a stack allocatable LogStream class
Reviewed-by: rehn, brutisso


# 10761:eb227ccc8a84 04-Apr-2016 rehn

8153254: Delegate (v)write from Log to LogTagSet
Reviewed-by: stefank, kbarrett


# 10759:4c596ac49e42 03-Apr-2016 stefank

8152635: Create a UL class to represent a Log + Level combination
Reviewed-by: brutisso, mlarsson, rehn


# 10756:4a0121d1e772 04-Apr-2016 stefank

8152632: Rename LogHandle(...) to Log(...)
Reviewed-by: brutisso, mlarsson, rprotacio


# 10715:2bf42f25d7ed 29-Mar-2016 mlarsson

8151993: Remove inclusion of inline.hpp in log.hpp
Reviewed-by: kbarrett, stefank


# 10447:1bff1b586886 26-Feb-2016 rehn

8150026: Add the ability to log with variable log level
Reviewed-by: brutisso, mlarsson


# 10162:2b4562a094a8 01-Feb-2016 pliden

8147918: Rename develop_log_is_enabled() to log_develop_is_enabled()
Reviewed-by: dholmes, brutisso


# 10158:7f9a438ed88b 29-Jan-2016 kbarrett

8146793: logStream::write re-formats string
Summary: Eliminate re-format, add warning attribute, fix size check, fix va_list usage.
Reviewed-by: mlarsson, rprotacio, jrose


# 9540:e9b6c63ca4a6 19-Nov-2015 mlarsson

8143229: Replace the develop level with develop macros in Unified Logging
Reviewed-by: brutisso, coleenp, dholmes, rprotacio


# 9539:0354f59fbe65 11-Nov-2015 mlarsson

8142483: Unified logging log instances cause warnings on windows when only static functions are used
Reviewed-by: brutisso, sla


# 9336:766ae06f30ca 04-Nov-2015 rprotacio

8138916: Logging write function does not allow for long enough messages
Summary: The unified logging framework's vwrite function is updated to allow strings longer than 512 characters, for the sake of messages of non-pre-determined length.
Reviewed-by: coleenp, dsamersoff, mlarsson


# 9048:f99ad7bb5df5 23-Sep-2015 mlarsson

8046148: JEP 158: Unified JVM Logging
Reviewed-by: coleenp, sla