hotspot/src/share/vm/logging/logOutputList.hpp
changeset 38263 a7488329ad27
parent 34316 4d876653d940
child 40655 9f644073d3a0
--- a/hotspot/src/share/vm/logging/logOutputList.hpp	Tue May 10 03:37:36 2016 +0000
+++ b/hotspot/src/share/vm/logging/logOutputList.hpp	Mon May 09 15:46:12 2016 +0200
@@ -113,6 +113,10 @@
     bool operator!=(const LogOutputNode *ref) const {
       return _current != ref;
     }
+
+    LogLevelType level() const {
+      return _current->_level;
+    }
   };
 
   Iterator iterator(LogLevelType level = LogLevel::Last) {