It has been a standard feature of my apps to write a "log" file for diagnostic purposes when others using my app encounter problems.
However with the inclusion of the feature associated with the log function which provides a link to the line containing the log statement, the log text file looks a little messy.
So for a series of log outputs viewed in the IDE:
the resultant text log file looks like:
~l0465569:Java version: 18.0.1
~l0465571:Host Address: 192.168.0.10
~l04131191:read:stream_persons
~l04131191:read:stream_statistics
~l04131191:read:stream_statistics_catchup
~l04131191:read:stream_persons_catchup
~l04131191:read:stream_externals_catchup
~l04131191:read:stream_catchup_summary
~l04131191:read:response
Is there a way to write a log file which doesn't contain those line references as a prefix and the extra line feed?
However with the inclusion of the feature associated with the log function which provides a link to the line containing the log statement, the log text file looks a little messy.
So for a series of log outputs viewed in the IDE:
the resultant text log file looks like:
~l0465569:Java version: 18.0.1
~l0465571:Host Address: 192.168.0.10
~l04131191:read:stream_persons
~l04131191:read:stream_statistics
~l04131191:read:stream_statistics_catchup
~l04131191:read:stream_persons_catchup
~l04131191:read:stream_externals_catchup
~l04131191:read:stream_catchup_summary
~l04131191:read:response
Is there a way to write a log file which doesn't contain those line references as a prefix and the extra line feed?