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 var space: String
  • Set the markup for the model

    Declaration

    Swift

    public static var keyContainerSign: String
  • Undocumented

    Declaration

    Swift

    public static var unKeyContainerSign: String
  • Sets the tag for the property

    Declaration

    Swift

    public static var attributeSign: String

Sentinel

  • Undocumented

    See more

    Declaration

    Swift

    public enum Level : Int