hotspot/src/share/vm/logging/logDecorators.hpp
changeset 42066 46f6db750b17
parent 38263 a7488329ad27
equal deleted inserted replaced
42065:6032b31e3719 42066:46f6db750b17
    39 // tid          - The thread identifier
    39 // tid          - The thread identifier
    40 // level        - The level associated with the log message
    40 // level        - The level associated with the log message
    41 // tags         - The tag-set associated with the log message
    41 // tags         - The tag-set associated with the log message
    42 #define DECORATOR_LIST          \
    42 #define DECORATOR_LIST          \
    43   DECORATOR(time,         t)    \
    43   DECORATOR(time,         t)    \
       
    44   DECORATOR(utctime,      utc)  \
    44   DECORATOR(uptime,       u)    \
    45   DECORATOR(uptime,       u)    \
    45   DECORATOR(timemillis,   tm)   \
    46   DECORATOR(timemillis,   tm)   \
    46   DECORATOR(uptimemillis, um)   \
    47   DECORATOR(uptimemillis, um)   \
    47   DECORATOR(timenanos,    tn)   \
    48   DECORATOR(timenanos,    tn)   \
    48   DECORATOR(uptimenanos,  un)   \
    49   DECORATOR(uptimenanos,  un)   \