hotspot/src/share/vm/logging/logTag.hpp
changeset 33736 1b3950243443
parent 33097 96e348cb0442
child 33763 cec2333f839c
equal deleted inserted replaced
33735:b6b92fae32c0 33736:1b3950243443
    29 
    29 
    30 // List of available logging tags. New tags should be added here.
    30 // List of available logging tags. New tags should be added here.
    31 // (The tags 'all', 'disable' and 'help' are special tags that can
    31 // (The tags 'all', 'disable' and 'help' are special tags that can
    32 // not be used in log calls, and should not be listed below.)
    32 // not be used in log calls, and should not be listed below.)
    33 #define LOG_TAG_LIST \
    33 #define LOG_TAG_LIST \
       
    34   LOG_TAG(defaultmethods) \
    34   LOG_TAG(logging)
    35   LOG_TAG(logging)
    35 
    36 
    36 #define PREFIX_LOG_TAG(T) (LogTag::T)
    37 #define PREFIX_LOG_TAG(T) (LogTag::T)
    37 
    38 
    38 // Expand a set of log tags to their prefixed names.
    39 // Expand a set of log tags to their prefixed names.