hotspot/src/share/vm/logging/logFileStreamOutput.hpp
changeset 38263 a7488329ad27
parent 37465 1d5551f466ee
child 38646 49e5e88613bf
--- a/hotspot/src/share/vm/logging/logFileStreamOutput.hpp	Tue May 10 03:37:36 2016 +0000
+++ b/hotspot/src/share/vm/logging/logFileStreamOutput.hpp	Mon May 09 15:46:12 2016 +0200
@@ -42,8 +42,11 @@
     }
   }
 
+  int write_decorations(const LogDecorations& decorations);
+
  public:
-  virtual int write(const LogDecorations &decorations, const char* msg);
+  virtual int write(const LogDecorations& decorations, const char* msg);
+  virtual int write(LogMessageBuffer::Iterator msg_iterator);
 };
 
 class LogStdoutOutput : public LogFileStreamOutput {