diff options
Diffstat (limited to 'ndb/include/logger/LogHandler.hpp')
-rw-r--r-- | ndb/include/logger/LogHandler.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ndb/include/logger/LogHandler.hpp b/ndb/include/logger/LogHandler.hpp index 8f76783e6b0..ca4bd4c0668 100644 --- a/ndb/include/logger/LogHandler.hpp +++ b/ndb/include/logger/LogHandler.hpp @@ -157,11 +157,11 @@ public: protected: /** Max length of the date and time header in the log. */ - static const int MAX_DATE_TIME_HEADER_LENGTH = 64; + STATIC_CONST( MAX_DATE_TIME_HEADER_LENGTH = 64 ); /** Max length of the header the log. */ - static const int MAX_HEADER_LENGTH = 128; + STATIC_CONST( MAX_HEADER_LENGTH = 128 ); /** Max lenght of footer in the log. */ - static const int MAX_FOOTER_LENGTH = 128; + STATIC_CONST( MAX_FOOTER_LENGTH = 128 ); /** * Write the header to the log. |