Differences
This shows you the differences between the selected revisions of the page.
2013-12-20 | 2014-05-02 | ||
5.5 logging page is on preference dialog only now (martin) | command line logging and .net assembly (martin) | ||
Line 1: | Line 1: | ||
====== Logging ====== | ====== Logging ====== | ||
WinSCP can log session events. Log can be written to file, to [[ui_log|log window]] (only session log), or both. | WinSCP can log session events. Log can be written to file, to [[ui_log|log window]] (only session log), or both. | ||
- | |||
- | Logging can be enabled from //[[ui_pref_logging|Logging page]]// of Preferences dialog. Logging can also be enabled from [[commandline|command-line]]. | ||
Events can be logged in two formats: | Events can be logged in two formats: | ||
Line 9: | Line 7: | ||
Note that passwords and passphrases are not stored to either log format. | Note that passwords and passphrases are not stored to either log format. | ||
+ | |||
+ | Logging can be enabled from //[[ui_pref_logging|Logging page]]// of Preferences dialog. Logging can also be enabled from [[commandline|command-line]] using ''/log'' and ''/xmllog'' parameters respectively, what is particularly useful with [[scripting]]. In [[library|.NET assembly]], session logging is enabled using ''[[library_session#properties|Session.SessionLogPath]]''((XML logging is used internally by the assembly)). | ||
+ |