Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

This issue has been added to tracker.
ecarew

Yes, but this doesn't go to the console either. If it did, I'm not sure how that would be better than simply sending the normal log output to the console. All I want to do is run it through a lexical scanner, in realtime.
martin

Re: Need help with logging to console

What mesages?

Have you noticed XML logging?
ecarew

Need help with logging to console

I'm trying to automate my copy of winscp 4.1.8 (Build 415) from the console with Perl on a Windows 2003 server. My problem is that the messages I really want from the program only go to the log file (as far as I can tell), and not to the console. The issue this causes is that capturing the process' full output text isn't all that safe.

So, did I miss anything in the docs? Is there a way to get the full contents of the log in the console?

Thanks