SmartSentinel
public enum SmartSentinel
Undocumented
-
Set debugging mode, default is none. Note: When not debugging, set to none to reduce overhead.
Declaration
Swift
public nonisolated(unsafe) static var debugMode: Level -
设置回调方法,传递解析完成时的日志记录
Declaration
Swift
public static func onLogGenerated(handler: @escaping (String) -> Void) -
Set up different levels of padding
Declaration
Swift
public static let space: String -
Set the markup for the model
Declaration
Swift
public static let keyContainerSign: String -
Undocumented
Declaration
Swift
public static let unKeyContainerSign: String -
Sets the tag for the property
Declaration
Swift
public static let attributeSign: String
View on GitHub