< prev index next >

src/share/vm/logging/logStream.hpp

Print this page
rev 13105 : imported patch 8181917-refactor-ul-logstream-alt1-callsite-changes

*** 28,37 **** --- 28,40 ---- #include "logging/log.hpp" #include "logging/logHandle.hpp" #include "memory/resourceArea.hpp" #include "utilities/ostream.hpp" + + + // The base class of an output stream that logs to the logging framework. template <class streamClass> class LogStreamBase : public outputStream { streamClass _current_line; LogTargetHandle _log_handle;
*** 120,125 **** --- 123,129 ---- class LogStreamTemplate : public LogStream { public: LogStreamTemplate() : LogStream((LogTargetImpl<level, T0, T1, T2, T3, T4, GuardTag>*)NULL) {} }; + #endif // SHARE_VM_LOGGING_LOGSTREAM_HPP
< prev index next >