[1982878] Can't set log files purging to none

This commit is contained in:
Aleksandar Fabijanic
2008-06-03 01:38:57 +00:00
parent 20bd90aa5d
commit a90b28b4d3
4 changed files with 120 additions and 6 deletions

View File

@@ -151,10 +151,14 @@ class Foundation_API FileChannel: public Channel
/// * <n> weeks: the maximum age is <n> weeks.
/// * <n> months: the maximum age is <n> months, where a month has 30 days.
///
/// Both empty string ("") and n == 0 indicate no purging.
///
/// The purgeCount property has an integer value that
/// specifies the maximum number of archived log files.
/// If the number is exceeded, archived log files are
/// deleted, starting with the oldest.
///
/// Both empty string ("") and "0" for indicate no purging.
///
/// For a more lightweight file channel class, see SimpleFileChannel.
{