< prev index next >

src/share/vm/logging/logConfiguration.hpp

Print this page

        

@@ -83,8 +83,11 @@
   // Prints log configuration to outputStream, used by JCmd/MBean.
   static void describe(outputStream* out);
 
   // Prints usage help for command line log configuration.
   static void print_command_line_help(FILE* out);
+
+  // Rotates all LogFileOutput
+  static void rotate_all_logfile();
 };
 
 #endif // SHARE_VM_LOGGING_LOGCONFIGURATION_HPP
< prev index next >