< prev index next >

src/share/vm/logging/logOutputList.hpp

Print this page
rev 10178 : imported patch 8145934

*** 111,120 **** --- 111,124 ---- } bool operator!=(const LogOutputNode *ref) const { return _current != ref; } + + LogLevelType level() const { + return _current->_level; + } }; Iterator iterator(LogLevelType level = LogLevel::Last) { increase_readers(); return Iterator(this, _level_start[level]);
< prev index next >