write info to text file from strategy

Is it possible to write info to text file from strategy?
I need to collect some concrete events, variable values for long term analysis, prefer not use URS logs with debug level.

1 Like

Hi
if you don’t want use standard Print function with log files, you can use

  1. SQL
  2. External WEB-services
  3. External API services
  4. ICON

HIH
WBR Tim

1 Like