Ver Fonte

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

Bogdan Poplauschi há 10 anos atrás
pai
commit
a9f54c9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Classes/DDFileLogger.h

+ 1 - 1
Classes/DDFileLogger.h

@@ -318,7 +318,7 @@ extern unsigned long long const kDDDefaultLogFilesDiskQuota;
  * Log File Rolling:
  * Log File Rolling:
  *
  *
  * `maximumFileSize`:
  * `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,
  *   If a log file is larger than this value after a log statement is appended,
  *   then the log file is rolled.
  *   then the log file is rolled.
  *
  *