Expand my Community achievements bar.

FileUtilsService "Write String"

Avatar

Employee

Hi,

am using the "write string" service to write to an audit the log. However the the text is appended to the end of the existing text, I need it to be written on a new line, is there any way to do this?

The only alternative I can see is to write a custom component.

Thanks in advance

2 Replies

Avatar

Level 10

I was trying out several possibilities but nothing worked. I hope you should go customized.

Few other options:

1. You can use database tables for auditing

2. Make use of existing logger activity to perform Directory logging or System logging

Nith

Avatar

Employee

Thanks for confirming this Nith, a custom log event has to be written to a specific file so a custom component looks the way to go.