Inherits from NSObject
Conforms to DDLogFileManager
Declared in DDFileLogger.h

Overview

Default log file manager.

All log files are placed inside the logsDirectory. If a specific logsDirectory isn’t specified, the default directory is used. On Mac, this is in ~/Library/Logs/. On iPhone, this is in ~/Library/Caches/Logs.

Log files are named “log-.txt”, where uuid is a 6 character hexadecimal consisting of the set [0123456789ABCDEF].

Archived log files are automatically deleted according to the maximumNumberOfLogFiles property.