Просмотр исходного кода

Per #725, added the unit (bytes) of `maximumFileSize` to the docs.

Bogdan Poplauschi 10 лет назад
Родитель
Сommit
a9f54c9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Classes/DDFileLogger.h

+ 1 - 1
Classes/DDFileLogger.h

@@ -318,7 +318,7 @@ extern unsigned long long const kDDDefaultLogFilesDiskQuota;
  * Log File Rolling:
  *
  * `maximumFileSize`:
- *   The approximate maximum size to allow log files to grow.
+ *   The approximate maximum size (in bytes) to allow log files to grow.
  *   If a log file is larger than this value after a log statement is appended,
  *   then the log file is rolled.
  *