CoreStoreDefaults
public enum CoreStoreDefaults
Global utilities
-
The
CoreStoreLoggerinstance to be used. The default logger is an instance of aDefaultLogger.Declaration
Swift
public static var logger: CoreStoreLogger -
The default
DataStackinstance to be used. IfdefaultStackis not set during the first time accessed, a default-configuredDataStackwill be created.See also
DataStackNote
ChangingdataStackis thread safe, but it is recommended to setupDataStackson a common queue (e.g. the main queue).Important
IfdataStackis not set during the first time accessed, a default-configuredDataStackwill be created.Declaration
Swift
public static var dataStack: DataStack { get set }
View on GitHub
CoreStoreDefaults Enumeration Reference