350
edits
(revised and updated) |
mNo edit summary |
||
| Line 35: | Line 35: | ||
[[#Log_File|log file]]. | [[#Log_File|log file]]. | ||
Four log levels are defined: | |||
*0 → no logging (release, default) | *0 → no logging (release, default) | ||
*1 → some logging, connection etc., but no calendar data | *1 → some logging, connection etc., but no calendar data | ||
| Line 47: | Line 47: | ||
===Log File=== | ===Log File=== | ||
You can specify a log file. Logs are always appended to the specified file. | You can specify a log file. Logs are always appended to the specified file. | ||
user_pref("calendar.wcap.log_file", "''/system/path/to/log/file''"); | user_pref("calendar.wcap.log_file", "''/system/path/to/log/file''"); // *nix | ||
user_pref("calendar.wcap.log_file", "''c:\\system\\path\\to\\log\\file''"); // Windows | |||
<!-- currently not working | <!-- currently not working | ||
edits