LoggerPluginNSLog

public class LoggerPluginNSLog : NSObject, LoggerPlugin

NSLog日志插件,兼容FWDebug等组件

  • Undocumented

    Declaration

    Swift

    @objc(sharedInstance)
    public static let shared: LoggerPluginNSLog
  • 自定义日志处理句柄

    Declaration

    Swift

    public var logHandler: ((String) -> Void)?
  • 记录日志协议方法

    Declaration

    Swift

    public func log(_ type: LogType, group: String, message: String)