< prev index next >

src/share/vm/logging/logHandle.hpp

Print this page
rev 13180 : imported patch 8181917-refactor-ul-logstream

*** 93,105 **** bool is_enabled() const { return _tagset->is_level(_level); } - // Creates a log stream from the information stored in this instance. - // Callers need a ResourceMark on the stack. - outputStream* stream() { - return create_log_stream(_level, _tagset);; - } }; #endif // SHARE_VM_LOGGING_LOGHANDLE_HPP --- 93,100 ----
< prev index next >