Constants
The following constants are available globally.
-
Undocumented
Declaration
Objective-C
extern double CocoaLumberjackVersionNumberSwift
var CocoaLumberjackVersionNumber: Double -
Undocumented
Declaration
Objective-C
extern const unsigned char CocoaLumberjackVersionString[] -
Undocumented
Declaration
Objective-C
extern const char* const kDDASLKeyDDLogSwift
let kDDASLKeyDDLog: UnsafePointer<Int8> -
Undocumented
Declaration
Objective-C
extern const char* const kDDASLDDLogValueSwift
let kDDASLDDLogValue: UnsafePointer<Int8> -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceUserInteractiveSwift
static let userInteractive: DDQualityOfServiceName -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceUserInitiatedSwift
static let userInitiated: DDQualityOfServiceName -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceDefaultSwift
static let `default`: DDQualityOfServiceName -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceUtilitySwift
static let utility: DDQualityOfServiceName -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceBackgroundSwift
static let background: DDQualityOfServiceName -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDQualityOfServiceName const DDQualityOfServiceUnspecifiedSwift
static let unspecified: DDQualityOfServiceName -
This class provides a logger to write log statements to a file.
Declaration
Objective-C
extern const unsigned long long kDDDefaultLogMaxFileSizeSwift
let kDDDefaultLogMaxFileSize: UInt64 -
Undocumented
Declaration
Objective-C
extern NSTimeInterval const kDDDefaultLogRollingFrequencySwift
let kDDDefaultLogRollingFrequency: TimeInterval -
Undocumented
Declaration
Objective-C
extern NSUInteger const kDDDefaultLogMaxNumLogFilesSwift
let kDDDefaultLogMaxNumLogFiles: UInt -
Undocumented
Declaration
Objective-C
extern unsigned long long const kDDDefaultLogFilesDiskQuotaSwift
let kDDDefaultLogFilesDiskQuota: UInt64 -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDLoggerName const DDLoggerNameOSSwift
static let os: DDLoggerName -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDLoggerName const DDLoggerNameFileSwift
static let file: DDLoggerName -
Undocumented
Declaration
Objective-C
FOUNDATION_EXPORT DDLoggerName const DDLoggerNameTTYSwift
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 DDLoggerNameASLSwift
static let asl: DDLoggerName
View on GitHub
Constants Reference