src/hotspot/share/logging/logDecorators.hpp
changeset 53149 259c36ef27df
parent 49621 5ef28d560b6f
child 53244 9807daeb47c4
equal deleted inserted replaced
53148:17d568776429 53149:259c36ef27df
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    23  */
    23  */
    24 #ifndef SHARE_VM_LOGGING_LOGDECORATORS_HPP
    24 #ifndef SHARE_VM_LOGGING_LOGDECORATORS_HPP
    25 #define SHARE_VM_LOGGING_LOGDECORATORS_HPP
    25 #define SHARE_VM_LOGGING_LOGDECORATORS_HPP
    26 
    26 
    27 #include "utilities/globalDefinitions.hpp"
    27 #include "utilities/globalDefinitions.hpp"
       
    28 
       
    29 class outputStream;
    28 
    30 
    29 // The list of available decorators:
    31 // The list of available decorators:
    30 // time         - Current time and date in ISO-8601 format
    32 // time         - Current time and date in ISO-8601 format
    31 // uptime       - Time since the start of the JVM in seconds and milliseconds (e.g., 6.567s)
    33 // uptime       - Time since the start of the JVM in seconds and milliseconds (e.g., 6.567s)
    32 // timemillis   - The same value as generated by System.currentTimeMillis()
    34 // timemillis   - The same value as generated by System.currentTimeMillis()