< prev index next >

src/hotspot/share/logging/logDecorators.hpp

Print this page

        

@@ -55,11 +55,11 @@
 
 // LogDecorators represents a selection of decorators that should be prepended to
 // each log message for a given output. Decorators are always prepended in the order
 // declared above. For example, logging with 'uptime, level, tags' decorators results in:
 // [0,943s][info   ][logging] message.
-class LogDecorators VALUE_OBJ_CLASS_SPEC {
+class LogDecorators {
  public:
   enum Decorator {
 #define DECORATOR(name, abbr) name##_decorator,
     DECORATOR_LIST
 #undef DECORATOR
< prev index next >