comparison src/log.c @ 11698:a647f92e1d57

[gaim-migrate @ 13989] Change the pref "Enable system log" to "Log all status changes" and remove: * Log when buddies log in/log out * Log when buddies become idle/un-idle * Log when buddies go away/come back * Log your own signons/idleness/awayness If the status change log is enable, then the above 4 things will all be logged committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 20 Oct 2005 04:04:06 +0000
parents 8004885fabbe
children a53cef8bd22b
comparison
equal deleted inserted replaced
11697:186d2d293ef4 11698:a647f92e1d57
489 { 489 {
490 gaim_prefs_add_none("/core/logging"); 490 gaim_prefs_add_none("/core/logging");
491 gaim_prefs_add_bool("/core/logging/log_ims", FALSE); 491 gaim_prefs_add_bool("/core/logging/log_ims", FALSE);
492 gaim_prefs_add_bool("/core/logging/log_chats", FALSE); 492 gaim_prefs_add_bool("/core/logging/log_chats", FALSE);
493 gaim_prefs_add_bool("/core/logging/log_system", FALSE); 493 gaim_prefs_add_bool("/core/logging/log_system", FALSE);
494 gaim_prefs_add_bool("/core/logging/log_signon_signoff", FALSE);
495 gaim_prefs_add_bool("/core/logging/log_idle_state", FALSE);
496 gaim_prefs_add_bool("/core/logging/log_away_state", FALSE);
497 gaim_prefs_add_bool("/core/logging/log_own_states", FALSE);
498 494
499 gaim_prefs_add_string("/core/logging/format", "txt"); 495 gaim_prefs_add_string("/core/logging/format", "txt");
500 496
501 html_logger = gaim_log_logger_new("html", "HTML", 8, 497 html_logger = gaim_log_logger_new("html", "HTML", 8,
502 NULL, 498 NULL,