SmartSentinel
public enum SmartSentinel
Central logging configuration and utilities
-
Set debugging mode, default is none. Note: When not debugging, set to none to reduce overhead.
Declaration
Swift
public static var debugMode: Level { get set }
-
设置回调方法,传递解析完成时的日志记录
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