Log more than 255 characters using SimpleLogger
-
Hi,
I wrote my own Logger which extends SimpleLogger class and realized it only logs messages which do not exceed 255 chars length. If message length is above 255 chars, it will not be added to the log.
Therefore, I wrote a function, cutting of any text longer than 252 characters and adding 3 dots at the end.
Is there any way to log messages longer than 255 characters or does this have SQL reasons?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Log more than 255 characters using SimpleLogger’ is closed to new replies.