0 votes
by (460 points)
edited

Hi,

I wnat to create a log file as "test.xml".

how can i achive this

Thanks in advance

Applies to: Rebex FTP/SSL

1 Answer

0 votes
by (18.0k points)
edited
 
Best answer

Basicaly, our components support text logs only - according the following article: http://www.rebex.net/kb/logging.aspx

If you need logging to XML files, you can write your own logger deriving from the LogWriterBase class.

by (460 points)
edited

Thanks for your valuble suggession

...