Details
-
Bug
-
Resolution: Fixed
-
None
-
1.5.x
-
None
-
Operating System: Linux
Platform: PC
-
blocker
-
P1
-
130
Description
XLogger.entry() gets an ArrayIndexOutOfBounds exception if 5 arguments are specified. The method needs if (argArray.length <= ENTRY_MESSAGE_ARRAY_LEN) changed to if (argArray.length < ENTRY_MESSAGE_ARRAY_LEN)