列挙型 | |
| enum | EVSFLogEntryType { kVSFLogEntryNull = 1, kVSFLogEntryDownload, kVSFLogEntryUpload, kVSFLogEntryMkdir, kVSFLogEntryLogin, kVSFLogEntryFTPInput, kVSFLogEntryFTPOutput, kVSFLogEntryConnection, kVSFLogEntryDelete, kVSFLogEntryRename, kVSFLogEntryRmdir, kVSFLogEntryChmod } |
関数 | |
| void | vsf_log_init (struct vsf_session *p_sess) |
| void | vsf_log_start_entry (struct vsf_session *p_sess, enum EVSFLogEntryType what) |
| int | vsf_log_entry_pending (struct vsf_session *p_sess) |
| void | vsf_log_do_log (struct vsf_session *p_sess, int succeeded) |
| void | vsf_log_line (struct vsf_session *p_sess, enum EVSFLogEntryType what, struct mystr *p_str) |
| void | vsf_log_failed_line (struct vsf_session *p_sess, enum EVSFLogEntryType what, struct mystr *p_str) |
1.4.7