DebugServiceProtocol

public protocol DebugServiceProtocol

Undocumented

  • Undocumented

    Declaration

    Swift

    var isLogEnable: Bool { get set }
  • Undocumented

    Declaration

    Swift

    var isRequestLogEnable: Bool { get set }
  • Undocumented

    Declaration

    Swift

    var isCaptchaEnable: Bool { get set }
  • Undocumented

    Declaration

    Swift

    func log(
        _ string: String,
        type: MessageType
    )
  • Undocumented

    Declaration

    Swift

    func logRequest(
        urlRequest: NSMutableURLRequest?,
        body: Data?
    )
  • Undocumented

    Declaration

    Swift

    func logData(
        body: Data?
    )
  • Undocumented

    Declaration

    Swift

    func logResponse(
        response: URLResponse
    )
  • Undocumented

    Declaration

    Swift

    func cleanFile()
  • Undocumented

    Declaration

    Swift

    func copyToBuffer()
  • Undocumented

    Declaration

    Swift

    func getFile() -> URL?
  • Undocumented

    Declaration

    Swift

    func getLogs() -> String