src/hotspot/share/logging/logConfiguration.cpp
changeset 48824 e48c4461a8bb
parent 47765 b7c7428eaab9
child 49015 a12c9536d8a6
equal deleted inserted replaced
48823:99c973b56994 48824:e48c4461a8bb
   294     disable_output(i - 1);
   294     disable_output(i - 1);
   295   }
   295   }
   296   notify_update_listeners();
   296   notify_update_listeners();
   297 }
   297 }
   298 
   298 
   299 void LogConfiguration::configure_stdout(LogLevelType level, bool exact_match, ...) {
   299 void LogConfiguration::configure_stdout(LogLevelType level, int exact_match, ...) {
   300   size_t i;
   300   size_t i;
   301   va_list ap;
   301   va_list ap;
   302   LogTagLevelExpression expr;
   302   LogTagLevelExpression expr;
   303   va_start(ap, exact_match);
   303   va_start(ap, exact_match);
   304   for (i = 0; i < LogTag::MaxTags; i++) {
   304   for (i = 0; i < LogTag::MaxTags; i++) {