LoggerPlugin

public protocol LoggerPlugin

日志插件协议

  • 记录日志协议方法

    Declaration

    Swift

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

    Parameters

    type

    日志类型

    group

    日志分组

    message

    日志消息