I would suggest creating your own logging entity and outputting to that and creating a management page to view the log. You can get any size you like then.
Alternatively if you need to use the OutSystems logs then you can do a loop and use the substring command to output the text in chunks of 2000 characters but this would be a rather tedious approach with having to put it back together when you read the logs.