Sfoglia il codice sorgente

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

Bogdan Poplauschi 10 anni fa
parent
commit
a9f54c9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.
  *