Constants
The following constants are available globally.
-
Undocumented
Declaration
Objective-C
extern double CocoaLumberjackVersionNumber
Swift
var CocoaLumberjackVersionNumber: Double
-
Undocumented
Declaration
Objective-C
extern const unsigned char CocoaLumberjackVersionString[]
-
Undocumented
Declaration
Objective-C
extern const char* const kDDASLKeyDDLog
Swift
let kDDASLKeyDDLog: UnsafePointer<Int8>
-
Undocumented
Declaration
Objective-C
extern const char* const kDDASLDDLogValue
Swift
let kDDASLDDLogValue: UnsafePointer<Int8>
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceUserInteractive
Swift
static let userInteractive: DDQualityOfServiceName
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceUserInitiated
Swift
static let userInitiated: DDQualityOfServiceName
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceDefault
Swift
static let `default`: DDQualityOfServiceName
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceUtility
Swift
static let utility: DDQualityOfServiceName
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceBackground
Swift
static let background: DDQualityOfServiceName
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceUnspecified
Swift
static let unspecified: DDQualityOfServiceName
-
This class provides a logger to write log statements to a file.
Declaration
Objective-C
extern const unsigned long long kDDDefaultLogMaxFileSize
Swift
let kDDDefaultLogMaxFileSize: UInt64
-
Undocumented
Declaration
Objective-C
extern NSTimeInterval const kDDDefaultLogRollingFrequency
Swift
let kDDDefaultLogRollingFrequency: TimeInterval
-
Undocumented
Declaration
Objective-C
extern NSUInteger const kDDDefaultLogMaxNumLogFiles
Swift
let kDDDefaultLogMaxNumLogFiles: UInt
-
Undocumented
Declaration
Objective-C
extern unsigned long long const kDDDefaultLogFilesDiskQuota
Swift
let kDDDefaultLogFilesDiskQuota: UInt64
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDLoggerName const DDLoggerNameOS
Swift
static let os: DDLoggerName
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDLoggerName const DDLoggerNameFile
Swift
static let file: DDLoggerName
-
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDLoggerName const DDLoggerNameTTY
Swift
static let tty: DDLoggerName
-
Undocumented
Declaration
Objective-C
API_DEPRECATED("Use DDOSLogger instead", macosx(10.4, 10.12), ios(2.0, 10.0), watchos(2.0, 3.0), tvos(9.0, 10.0)) FOUNDATION_EXPORT DDLoggerName const DDLoggerNameASL
Swift
static let asl: DDLoggerName