< prev index next >

src/share/vm/logging/logFileOutput.hpp

Print this page
rev 11858 : [mq]: 8157948.01

@@ -89,9 +89,10 @@
 
   virtual const char* name() const {
     return _name;
   }
 
+  static const char* Prefix;
   static void set_file_name_parameters(jlong start_time);
 };
 
 #endif // SHARE_VM_LOGGING_LOGFILEOUTPUT_HPP
< prev index next >