equal
deleted
inserted
replaced
24 #ifndef SHARE_VM_LOGGING_LOGDECORATIONS_HPP |
24 #ifndef SHARE_VM_LOGGING_LOGDECORATIONS_HPP |
25 #define SHARE_VM_LOGGING_LOGDECORATIONS_HPP |
25 #define SHARE_VM_LOGGING_LOGDECORATIONS_HPP |
26 |
26 |
27 #include "logging/logDecorators.hpp" |
27 #include "logging/logDecorators.hpp" |
28 #include "logging/logTagSet.hpp" |
28 #include "logging/logTagSet.hpp" |
29 #include "memory/allocation.hpp" |
|
30 |
29 |
31 // Temporary object containing the necessary data for a log call's decorations (timestamps, etc). |
30 // Temporary object containing the necessary data for a log call's decorations (timestamps, etc). |
32 class LogDecorations { |
31 class LogDecorations { |
33 public: |
32 public: |
34 static const int DecorationsBufferSize = 256; |
33 static const int DecorationsBufferSize = 256; |