< prev index next >

src/share/vm/logging/logLevel.hpp

Print this page

        

@@ -47,11 +47,11 @@
 //  warning - Important messages that are not strictly errors.
 //
 //  error   - Critical messages caused by errors.
 //
 #define LOG_LEVEL_LIST \
-  NOT_PRODUCT(LOG_LEVEL(Develop, develop)) \
+  LOG_LEVEL(Develop, develop) \
   LOG_LEVEL(Trace, trace) \
   LOG_LEVEL(Debug, debug) \
   LOG_LEVEL(Info, info) \
   LOG_LEVEL(Warning, warning) \
   LOG_LEVEL(Error, error)
< prev index next >