SignpostLogger
public struct SignpostLogger
Wrapper around the signpost API offered starting from iOS12. The logger will automatically track side effects, state updaters and side effects in Instruments. You will get a nice visualization of the operations that are ongoing, the parallelism level and the time that each operation requires.
-
Whether the logging is enabled. You should invoke this before instantiating the store in your application
Declaration
Swift
public static var isEnabled: Bool